kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
285c5995a5
commit
1d9baff4ed
|
@ -119,7 +119,7 @@ class ODMMveStage(types.ODM_Stage):
|
||||||
retry_count = 1
|
retry_count = 1
|
||||||
while retry_count < 10:
|
while retry_count < 10:
|
||||||
try:
|
try:
|
||||||
system.run('%s %s %s' % (context.dmrecon_path, ' '.join(dmrecon_config), tree.mve), env_vars={'OMP_NUM_THREADS': args.max_concurrency})
|
system.run('%s "%s" "%s"' % (context.dmrecon_path, ' '.join(dmrecon_config), tree.mve), env_vars={'OMP_NUM_THREADS': args.max_concurrency})
|
||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if str(e) == "Child returned 134" or str(e) == "Child returned 1":
|
if str(e) == "Child returned 134" or str(e) == "Child returned 1":
|
||||||
|
|
Ładowanie…
Reference in New Issue