mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 09:22:32 +00:00
bugger, missed this edit
This commit is contained in:
parent
f6ae46e352
commit
ab5512e9d6
@ -175,7 +175,7 @@ def file3d(request, cave, cave_id):
|
||||
#print(" - Regenerating cavern .log and .3d for '{}'".format(survexpath))
|
||||
if not survexpath.is_file():
|
||||
#print(" - - Regeneration ABORT\n - - from '{}'".format(survexpath))
|
||||
|
||||
pass
|
||||
try:
|
||||
completed_process = subprocess.run([settings.CAVERN, "--log", "--output={}".format(settings.THREEDCACHEDIR), "{}".format(survexpath)])
|
||||
except OSError as ex:
|
||||
|
Loading…
Reference in New Issue
Block a user