mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
# Windows raises IOError
|
||||||
except (IOError, OSError) as err:
|
except (IOError, OSError) as err:
|
||||||
# ignore errors that indicate the command was not found
|
# 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
|
raise
|
||||||
|
|
||||||
def test_issue8780(self):
|
def test_issue8780(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue