diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-02 22:26:33 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-02 22:26:33 +0000 |
commit | 822965ebe5170fac7946ce0fefa442aeb001d1aa (patch) | |
tree | 9b49208932fd0aad0cd874495f72c9687237a0b9 /parsers/survex.py | |
parent | 7738b2836eaa4c8876783d4be46bf202e8f6905e (diff) | |
download | troggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.tar.gz troggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.tar.bz2 troggle-822965ebe5170fac7946ce0fefa442aeb001d1aa.zip |
remove %s old formatting style (last bits)
Diffstat (limited to 'parsers/survex.py')
-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): |