Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 483d81b

Browse files
author
Anselm Kruis
committed
Merge branch master into master-slp
2 parents dc4a5ef + e403904 commit 483d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def temp_dir(path=None, quiet=False):
909909
yield path
910910
finally:
911911
if dir_created and pid == os.getpid():
912-
shutil.rmtree(path)
912+
rmtree(path)
913913

914914
@contextlib.contextmanager
915915
def change_cwd(path, quiet=False):

0 commit comments

Comments
 (0)