We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769a4a5 commit fd8e712Copy full SHA for fd8e712
scripts/test.py
@@ -83,6 +83,7 @@ def convert_to_float(text):
83
try:
84
val = float(text)
85
except ValueError:
86
+ print(f"line {no + 1}: {text} is not float")
87
val = f"'{text}'"
88
return val
89
0 commit comments