You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error blocks are taking too much space (indent) some time.
Screenshots or Code snippets
./radon.py -s examples/io-test.rn
Enter an integer number: 34.3
Radiation (most recent call last):
File examples/io-test.rn, line 3, in <program>
File ***/radon/stdlib/io.rn, line 8, in get_int
File ***/radon/stdlib/io.rn, line 8, in int
RuntimeError: Could not convert to int
return int(_val)
^^^^^^^^
During the handling of the above error, another error occurred:
Radiation (most recent call last):
RuntimeError: Invalid input
raise radiation.ValueError("Invalid input")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Describe the bug
Error blocks are taking too much space (indent) some time.
Screenshots or Code snippets
The text was updated successfully, but these errors were encountered: