From edcb036cb41913b242e1c00b4b71138b6eb602d8 Mon Sep 17 00:00:00 2001 From: Jacob Cassagnol <87133045+jcassagnol-public@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:29:29 -0500 Subject: One f-string got away! --- test/Configure/implicit-cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Configure/implicit-cache.py b/test/Configure/implicit-cache.py index 4078a9899..fb7d76669 100644 --- a/test/Configure/implicit-cache.py +++ b/test/Configure/implicit-cache.py @@ -114,7 +114,7 @@ test.run_sconsign(f'-d .sconf_temp -e {test_filename} --raw {database_name}') new_sconsign_dblite = test.stdout() if old_sconsign_dblite != new_sconsign_dblite: - print(f"{database_name} did not match:") + print("{} did not match:".format(database_name)) print("FIRST RUN ==========") print(old_sconsign_dblite) print("SECOND RUN ==========") -- cgit v1.2.1