Skip to content

Commit 8d3f831

Browse files
committed
grumble
1 parent 5d73cfc commit 8d3f831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_os.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,7 @@ def test_closerange(self):
25192519
# This ensures that none of those things we're closing is
25202520
# guarded, if we're careful to not use code that makes guarded
25212521
# file descriptors.
2522-
2522+
25232523
copies = []
25242524
# Open a file for testing and get its FD
25252525
file = open(os_helper.TESTFN, "wb")
@@ -2536,7 +2536,7 @@ def test_closerange(self):
25362536
for copy in copies:
25372537
copy.close()
25382538
os.unlink(os_helper.TESTFN)
2539-
2539+
25402540
# Now we're left with invalid FDs. Let's go close them!
25412541
self.assertEqual(os.closerange(fd, fd + i-1), None)
25422542
else:

0 commit comments

Comments
 (0)