From 822965ebe5170fac7946ce0fefa442aeb001d1aa Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 2 Jan 2023 22:26:33 +0000 Subject: remove %s old formatting style (last bits) --- parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/survex.py') 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): -- cgit v1.2.3