]> granicus.if.org Git - python/commitdiff
Fix whitespace in test_subprocess
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Mar 2011 20:17:10 +0000 (21:17 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Mar 2011 20:17:10 +0000 (21:17 +0100)
Lib/test/test_subprocess.py

index c2a808c004b86bb5121a14f443946d53661179d8..c781904ed9c8690cdc82bd662a7ee0b71dc497d4 100644 (file)
@@ -558,7 +558,7 @@ class ProcessTestCase(BaseTestCase):
             # Windows raises IOError
             except (IOError, OSError) as err:
                 # ignore errors that indicate the command was not found
-                if err.errno not in (errno.ENOENT, errno.EACCES): 
+                if err.errno not in (errno.ENOENT, errno.EACCES):
                     raise
 
     def test_issue8780(self):