Skip to content

Commit fd8e712

Browse files
committed
[fix](mips): add test info print
1 parent 769a4a5 commit fd8e712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def convert_to_float(text):
8383
try:
8484
val = float(text)
8585
except ValueError:
86+
print(f"line {no + 1}: {text} is not float")
8687
val = f"'{text}'"
8788
return val
8889

0 commit comments

Comments
 (0)