Skip to content

Commit de3c792

Browse files
authored
Fix indentation in test_resource.py
1 parent 3dc4653 commit de3c792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def test_fsize_enforced(self):
5454
(cur, max_lim) = resource.getrlimit(resource.RLIMIT_FSIZE)
5555
except OSError as e:
5656
self.skipTest(f"getrlimit(RLIMIT_FSIZE) failed: {e}")
57-
5857
if max_lim != resource.RLIM_INFINITY and max_lim < 1025:
5958
self.skipTest(f"system RLIMIT_FSIZE hard limit ({max_lim}) is too small for this test")
6059
with open(os_helper.TESTFN, "wb") as f:

0 commit comments

Comments
 (0)