Skip to content

Commit 31005d1

Browse files
glaukiol1sbinet
andcommitted
Update os/os.test.py
Co-authored-by: Sebastien Binet <[email protected]>
1 parent 4305633 commit 31005d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/os.test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _fail(test_name):
4444

4545
if os.error == OSError:
4646
_pass("os.error == OSError")
47-
passed_tests = passed_tests + 1
47+
passed_tests += 1
4848
else:
4949
_fail("os.error == OSError")
5050
failed += 1

0 commit comments

Comments
 (0)