mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
whitespace fix
This commit is contained in:
parent
211248b214
commit
c3197254ac
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ class POSIXProcessTestCase(BaseTestCase):
|
||||||
try:
|
try:
|
||||||
for fd in devzero_fds:
|
for fd in devzero_fds:
|
||||||
self.assertNotIn(fd, (p2cwrite, c2pread, errread))
|
self.assertNotIn(fd, (p2cwrite, c2pread, errread))
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
map(os.close, devzero_fds)
|
map(os.close, devzero_fds)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue