diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-11-11 02:01:56 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-11-11 02:01:56 -0800 |
commit | c3197254acdbf2d9b8a86b68441b9b07fc85d0a4 (patch) | |
tree | ee17288d0e92a1417379eb73501a34adb5e388bd /Lib/test/test_subprocess.py | |
parent | 211248b2148472812451b1d294cfb0e2a527dc94 (diff) | |
download | cpython-git-c3197254acdbf2d9b8a86b68441b9b07fc85d0a4.tar.gz |
whitespace fix
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r-- | Lib/test/test_subprocess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index 9d1ddb72cb..59eab3063c 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -787,7 +787,7 @@ class POSIXProcessTestCase(BaseTestCase): try: for fd in devzero_fds: self.assertNotIn(fd, (p2cwrite, c2pread, errread)) - + finally: map(os.close, devzero_fds) |