From 3fd805e26cdef0f07e61fc66645ba21219e26976 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Sat, 14 Apr 2018 21:37:12 +0100 Subject: More cleanup and modernisation --- core/views_survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views_survex.py') diff --git a/core/views_survex.py b/core/views_survex.py index 3c53625..28a4370 100644 --- a/core/views_survex.py +++ b/core/views_survex.py @@ -257,7 +257,7 @@ def identifycavedircontents(gcavedir): # perhaps should use the database and have a reload button for it def survexcaveslist(request): cavesdir = os.path.join(settings.SURVEX_DATA, "caves") - cavesdircontents = { } + #cavesdircontents = { } onefilecaves = [ ] multifilecaves = [ ] -- cgit v1.2.3