summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-22 16:04:16 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-22 16:04:16 +0000
commita72c2bd96a9a9d13496089b5e6ba0d3ddecc785d (patch)
tree9922f4d2e3306063214fc10bbd94495d7fb5311b /parsers/survex.py
parentf23764c4861600adc256ccd48bd45e4c710e761c (diff)
downloadtroggle-a72c2bd96a9a9d13496089b5e6ba0d3ddecc785d.tar.gz
troggle-a72c2bd96a9a9d13496089b5e6ba0d3ddecc785d.tar.bz2
troggle-a72c2bd96a9a9d13496089b5e6ba0d3ddecc785d.zip
Using Path() wherever possible in localsettings.py
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 27053cd..afd7e1d 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -69,7 +69,7 @@ class MapLocations(object):
def points(self):
for ent in Entrance.objects.all():
if ent.best_station():
- print(f"{ent.filename}", end=", ")
+ # print(f"{ent.filename}", end=", ")
try:
k = ent.caveandentrance_set.all()[0].cave
except: