Skip to content

Commit 43bc0ff

Browse files
authored
Update Lib/test/test_pyexpat.py
1 parent bc4b9b6 commit 43bc0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyexpat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def test_exception(self):
458458
if src_dir:
459459
have_source = os.path.isdir(src_dir)
460460
else:
461-
have_source = None
461+
have_source = False
462462
if have_source:
463463
cm = os_helper.change_cwd(src_dir)
464464
else:

0 commit comments

Comments
 (0)