commit: 45b5073f3e10cad68ddda6a1a83d3273a3d734fc parent: 472a40902274772bbec66d93191b12d02131f1b7 Author: Adam Tauber <asciimoo@gmail.com> Date: Sat, 27 Feb 2016 19:07:53 +0100 [fix] pep8Diffstat:
M | searx/testing.py | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/testing.py b/searx/testing.py @@ -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))