Skip to content

Commit

Permalink
flake8: fix E305
Browse files Browse the repository at this point in the history
  • Loading branch information
nicki-krizek committed Oct 25, 2018
1 parent 5d25d83 commit 177c26b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/junit-compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def parse_junit_xml(filename):

return results


new = sys.argv[1]
old = sys.argv[2]
modified_tests = [line.strip() for line in open(sys.argv[3]).readlines()]
Expand Down
1 change: 1 addition & 0 deletions deckard_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def check_platform():
if sys.platform == 'windows':
pytest.exit('Not supported at all on Windows')


# Suppress extensive Augeas logging
logging.getLogger("augeas").setLevel(logging.ERROR)

Expand Down
1 change: 1 addition & 0 deletions tools/invalid_dsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ def main():
else:
sys.exit(0)


main()
1 change: 1 addition & 0 deletions tools/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def main():
else:
sys.exit(1)


main()

0 comments on commit 177c26b

Please sign in to comment.