Kaydet (Commit) 126848a2 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix whitespace in test_subprocess

üst 87541aa2
...@@ -558,7 +558,7 @@ class ProcessTestCase(BaseTestCase): ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment