radon
radon copied to clipboard
Error displaying issue.
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")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@angelcaru could you please check this?
I would if #162 wasn't literally the fix
I would if #162 wasn't literally the fix
Sorry mentioned on wrong place. I was asking to review #162
Still no progress on this issue. Need to figure it out.