forked from github/pelican
fix linting errors
This commit is contained in:
parent
21242e3a47
commit
873df9094a
3 changed files with 11 additions and 11 deletions
|
|
@ -73,8 +73,8 @@ class TestPelican(LoggedTestCase):
|
|||
return True
|
||||
return False
|
||||
if err:
|
||||
err = '\n'.join([l for l in err.decode('utf8').splitlines()
|
||||
if not ignorable_git_crlf_errors(l)])
|
||||
err = '\n'.join([line for line in err.decode('utf8').splitlines()
|
||||
if not ignorable_git_crlf_errors(line)])
|
||||
assert not out, out
|
||||
assert not err, err
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue