summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
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 afd7e1d..b35292d 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -862,7 +862,7 @@ class LoadingSurvex():
print(f' ! Failed to find cave for {cavepath.lower()}')
else:
# not a cave, but that is fine.
- # print(' ! No regex(standard identifier) cave match for %s' % cavepath.lower())
+ # print(f' ! No regex(standard identifier) cave match for {cavepath.lower()}')
return None
def GetSurvexDirectory(self, headpath):