[fix] pep8

This commit is contained in:
Adam Tauber 2016-02-27 19:07:53 +01:00
parent 472a409022
commit 45b5073f3e
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ if __name__ == '__main__':
'--stop-on-error',
'--path',
base_dir],
found_suites=[test_suite()])
found_suites=[test_suite()])
r.run()
sys.exit(int(r.failed))