We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f422ea9 commit e06aa07Copy full SHA for e06aa07
Tools/cases_generator/test_generator.py
@@ -17,7 +17,7 @@ def run_cases_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