We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d2df8 commit a73c227Copy full SHA for a73c227
Tools/cases_generator/test_generator.py
@@ -17,7 +17,7 @@ def run_test(input: str, expected: str):
17
a.parse()
18
a.analyze()
19
if a.errors:
20
- raise RuntimeError("Found {a.errors} errors")
+ raise RuntimeError(f"Found {a.errors} errors")
21
a.write_instructions()
22
temp_output.seek(0)
23
lines = temp_output.readlines()
0 commit comments