2
0
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:
Philip Sargent 2021-04-03 20:54:33 +01:00
parent f6ae46e352
commit ab5512e9d6

View File

@ -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: