Fixed E125 flake8 errors

continuation line with same indent as next logical line
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 051d76a63f
commit 92e2cd9c68
7 changed files with 9 additions and 9 deletions

View File

@@ -210,7 +210,7 @@ def pytest_runtest_protocol(item):
check_testcase_implements_trial_reporter()
def excstore(self, exc_value=None, exc_type=None, exc_tb=None,
captureVars=None):
captureVars=None):
if exc_value is None:
self._rawexcinfo = sys.exc_info()
else: