diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-04-14 21:37:12 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-04-14 21:37:12 +0100 |
commit | 3fd805e26cdef0f07e61fc66645ba21219e26976 (patch) | |
tree | 62a0cddd3fc8741d59373d7deb34a1700d3eaddb /core/views_survex.py | |
parent | 1974d0758a5f5a0a4c0ec0c9e70f5e8fd90fed27 (diff) | |
download | troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.tar.gz troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.tar.bz2 troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.zip |
More cleanup and modernisation
Diffstat (limited to 'core/views_survex.py')
-rw-r--r-- | core/views_survex.py | 2 |
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 = [ ] |