diff options
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/survex.py | 2 |
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): |