]> granicus.if.org Git - python/commitdiff
Fix whitespace
authorR David Murray <rdmurray@bitdance.com>
Mon, 14 Mar 2011 02:48:55 +0000 (22:48 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 14 Mar 2011 02:48:55 +0000 (22:48 -0400)
Lib/test/test_subprocess.py

index f1b49d5ac539311745c850ec9f8e115bd619aae6..5100a207af2ee2eeac7a1d986386a1021d37e026 100644 (file)
@@ -588,7 +588,7 @@ class ProcessTestCase(BaseTestCase):
                                  stdout=subprocess.PIPE,
                                  stderr=subprocess.PIPE)
             # ignore errors that indicate the command was not found
-            if c.exception.errno not in (errno.ENOENT, errno.EACCES): 
+            if c.exception.errno not in (errno.ENOENT, errno.EACCES):
                 raise c.exception
 
     def test_issue8780(self):