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
Currently, when parsing error happens, you will end up with something like this:
File "/Users/sobolev/Documents/github/returns/.venv/lib/python3.7/site-packages/pytest_mypy_plugins/utils.py", line 256, in assert_string_arrays_equal
lineno = int(first_failure.split(" ")[0].strip(":").split(":")[1])
IndexError: list index out of range
We need to improve it!
The text was updated successfully, but these errors were encountered:
Currently, when parsing error happens, you will end up with something like this:
We need to improve it!
The text was updated successfully, but these errors were encountered: