From ab5512e9d612cfcb735896eab91f64692a67e2e2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 3 Apr 2021 20:54:33 +0100 Subject: [PATCH] bugger, missed this edit --- core/views/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/caves.py b/core/views/caves.py index a971edca2..ba73537f7 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: