commit | 494950a63d11b0952b187deb38dff20f6f1c269b | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Jan 24 15:29:52 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sat Jan 24 16:21:12 2015 -0600 |
tree | d46bae857fae716614d932d3e39306d2c1bc88f5 | |
parent | f4bc0bf4eccc92d2be75bf8568852f8635a45e43 [diff] [blame] |
rm extra whitespace in python, per PEP8
diff --git a/test/cleantests.py b/test/cleantests.py index c38fd8f..1a4f1f1 100644 --- a/test/cleantests.py +++ b/test/cleantests.py
@@ -4,7 +4,7 @@ paths = [] for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]: - paths += glob.glob( 'data/' + pattern ) + paths += glob.glob('data/' + pattern) for path in paths: - os.unlink( path ) + os.unlink(path)