From 3d18761f620a294ea6c5bff13c5994b93b29f3ed Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 16 Aug 2025 07:00:33 -0400 Subject: New upstream version 1.30.3. --- test/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_config.py') diff --git a/test/test_config.py b/test/test_config.py index 5c94b1b..064d8e7 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -229,7 +229,7 @@ class TestConfigFiles(unittest.TestCase): with open(path) as fp: return util.json_loads(fp.read()) except FileNotFoundError: - raise unittest.SkipTest(path + " not available") + raise unittest.SkipTest(f"{path} not available") if __name__ == "__main__": -- cgit v1.2.3