File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -776,12 +776,6 @@ def add_metadata(z, theme):
776
776
use_curl = True ,
777
777
mapping = mapping_filter ,
778
778
)
779
- if use_only_galaxy == False :
780
- LOG .debug ("Source start for run: {0}" .format (run_uid ))
781
- source_path = source .path ()
782
- LOG .debug ("Source end for run: {0}" .format (run_uid ))
783
-
784
- h .apply_file (source_path , locations = True , idx = "sparse_file_array" )
785
779
786
780
bundle_files = []
787
781
@@ -938,6 +932,13 @@ def add_metadata(z, theme):
938
932
stop_task ("mbtiles" )
939
933
raise ex
940
934
935
+ if use_only_galaxy == False :
936
+ LOG .debug ("Source start for run: {0}" .format (run_uid ))
937
+ source_path = source .path ()
938
+ LOG .debug ("Source end for run: {0}" .format (run_uid ))
939
+
940
+ h .apply_file (source_path , locations = True , idx = "sparse_file_array" )
941
+
941
942
if "garmin_img" in export_formats :
942
943
start_task ("garmin_img" )
943
944
try :
You can’t perform that action at this time.
0 commit comments