kopia lustrzana https://github.com/OpenDroneMap/ODM
Remove duplicate stmt
rodzic
6d70a4f0be
commit
8376f24f08
|
@ -70,5 +70,4 @@ def find_rerun_stage(opts_json, args, rerun_stages, processopts):
|
||||||
return processopts[min(stage_idxs):], args_diff
|
return processopts[min(stage_idxs):], args_diff
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
print(str(e))
|
print(str(e))
|
||||||
return None, {}
|
|
||||||
return None, {}
|
return None, {}
|
Ładowanie…
Reference in New Issue