summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2018-04-14 21:37:12 +0100
committerSam Wenham <sam@wenhams.co.uk>2018-04-14 21:37:12 +0100
commitcfa888fde655996a7075612aaa88188e169bb426 (patch)
tree62a0cddd3fc8741d59373d7deb34a1700d3eaddb /core
parentcedcb0988a194ad24685bf1a743e22a0e8e8b2c7 (diff)
downloadtroggle-cfa888fde655996a7075612aaa88188e169bb426.tar.gz
troggle-cfa888fde655996a7075612aaa88188e169bb426.tar.bz2
troggle-cfa888fde655996a7075612aaa88188e169bb426.zip
More cleanup and modernisation
Diffstat (limited to 'core')
-rw-r--r--core/views_survex.py2
1 files changed, 1 insertions, 1 deletions
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 = [ ]