mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
flake
This commit is contained in:
parent
b0dce1af1e
commit
131389a4c4
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ class Execer(object):
|
|||
if original_error is None:
|
||||
original_error = e
|
||||
if (e.loc is None) or (last_error_line == e.loc.lineno and
|
||||
last_error_col in (e.loc.column + 1,
|
||||
e.loc.column)):
|
||||
last_error_col in (e.loc.column + 1,
|
||||
e.loc.column)):
|
||||
raise original_error from None
|
||||
last_error_col = e.loc.column
|
||||
last_error_line = e.loc.lineno
|
||||
|
|
Loading…
Add table
Reference in a new issue