Skip to content

Commit ae0e28e

Browse files
committed
Small bug fix.
1 parent 6abd58e commit ae0e28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plain2code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def conformance_testing(args, codeplainAPI, frid, plain_source_tree, linked_reso
285285

286286
return conformance_tests
287287

288-
print(f"Conformance tests still failed after {conformance_tests_run_count - 1} attemps at fixing issues. Please fix the issues manually.")
288+
print(f"Conformance tests still failed after {conformance_tests_run_count} attemps at fixing issues. Please fix the issues manually.")
289289
sys.exit(1)
290290

291291

0 commit comments

Comments
 (0)