summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-03 20:54:33 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-03 20:54:33 +0100
commitab5512e9d612cfcb735896eab91f64692a67e2e2 (patch)
treef05e919c30b396b13d8c87ed4ae066c99665bab6 /core
parentf6ae46e3521924fa9e0fc6b9bca76d2ee6af50f5 (diff)
downloadtroggle-ab5512e9d612cfcb735896eab91f64692a67e2e2.tar.gz
troggle-ab5512e9d612cfcb735896eab91f64692a67e2e2.tar.bz2
troggle-ab5512e9d612cfcb735896eab91f64692a67e2e2.zip
bugger, missed this edit
Diffstat (limited to 'core')
-rw-r--r--core/views/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index a971edc..ba73537 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -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: