forked from expo/troggle
bugger, missed this edit
This commit is contained in:
@@ -175,7 +175,7 @@ def file3d(request, cave, cave_id):
|
|||||||
#print(" - Regenerating cavern .log and .3d for '{}'".format(survexpath))
|
#print(" - Regenerating cavern .log and .3d for '{}'".format(survexpath))
|
||||||
if not survexpath.is_file():
|
if not survexpath.is_file():
|
||||||
#print(" - - Regeneration ABORT\n - - from '{}'".format(survexpath))
|
#print(" - - Regeneration ABORT\n - - from '{}'".format(survexpath))
|
||||||
|
pass
|
||||||
try:
|
try:
|
||||||
completed_process = subprocess.run([settings.CAVERN, "--log", "--output={}".format(settings.THREEDCACHEDIR), "{}".format(survexpath)])
|
completed_process = subprocess.run([settings.CAVERN, "--log", "--output={}".format(settings.THREEDCACHEDIR), "{}".format(survexpath)])
|
||||||
except OSError as ex:
|
except OSError as ex:
|
||||||
|
|||||||
Reference in New Issue
Block a user