diff options
Diffstat (limited to 'tests/test_project.py')
-rw-r--r-- | tests/test_project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_project.py b/tests/test_project.py index 83cfe0a4..6dc071bd 100644 --- a/tests/test_project.py +++ b/tests/test_project.py | |||
@@ -151,7 +151,7 @@ class CopyLinkTestCase(unittest.TestCase): | |||
151 | # "". | 151 | # "". |
152 | break | 152 | break |
153 | result = os.path.exists(path) | 153 | result = os.path.exists(path) |
154 | msg.append("\tos.path.exists(%s): %s" % (path, result)) | 154 | msg.append(f"\tos.path.exists({path}): {result}") |
155 | if result: | 155 | if result: |
156 | msg.append("\tcontents: %r" % os.listdir(path)) | 156 | msg.append("\tcontents: %r" % os.listdir(path)) |
157 | break | 157 | break |