Skip to content

Commit 8352c4e

Browse files
committed
fix: Update f-string to pass tox py35
1 parent f2350b8 commit 8352c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkbox-ng/plainbox/vendor/test_image_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_invalid_dcd_formats(self):
179179

180180
for example in invalid_examples:
181181
with self.assertRaises(
182-
ValueError, msg=f"Should fail for: {example}"
182+
ValueError, msg="Should fail for: {}".format(example)
183183
):
184184
image_info.dcd_string_to_info_iot(example)
185185

0 commit comments

Comments
 (0)