mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix whitespace
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user