Fixed E129 flake8 errors

visually indented line with same indent as next logical line
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent cf97159009
commit 1c935db571
5 changed files with 5 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ class Traceback(list):
(excludepath is None or not hasattr(codepath, 'relto') or
not codepath.relto(excludepath)) and
(lineno is None or x.lineno == lineno) and
(firstlineno is None or x.frame.code.firstlineno == firstlineno)):
(firstlineno is None or x.frame.code.firstlineno == firstlineno)):
return Traceback(x._rawentry, self._excinfo)
return self