From: R David Murray Date: Mon, 14 Mar 2011 02:48:55 +0000 (-0400) Subject: Fix whitespace X-Git-Tag: v3.2.1b1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6924bd72f588a9944e44cdf8a08db90edb630ebd;p=python Fix whitespace --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index f1b49d5ac5..5100a207af 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -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):