mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Merge whitespace fix from 3.2.
This commit is contained in:
commit
74fb7601ba
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue