mult-test.py: fix error count not formatting properly
This commit is contained in:
+1
-1
@@ -24,4 +24,4 @@ for x in range(top_value):
|
|||||||
if len(errors) == 0:
|
if len(errors) == 0:
|
||||||
print("Testing finished, no miscalculations detected.\nIt's safe to use!")
|
print("Testing finished, no miscalculations detected.\nIt's safe to use!")
|
||||||
else:
|
else:
|
||||||
print("Testing failed with {len(errors)} errors.")
|
print(f"Testing failed with {len(errors)} errors.")
|
||||||
|
|||||||
Reference in New Issue
Block a user