Commit 126848a2 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix whitespace in test_subprocess

parent 87541aa2
......@@ -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):
......
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