mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix whitespace in test_subprocess
This commit is contained in:
parent
87541aa296
commit
126848a2d8
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue