Skip to content

Commit 68c4b58

Browse files
committed
fix a parallel creation of temp_cwd
1 parent 332fc11 commit 68c4b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-python/3/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def change_cwd(path, quiet=False):
10821082

10831083

10841084
@contextlib.contextmanager
1085-
def temp_cwd(name='tempcwd', quiet=False):
1085+
def temp_cwd(name=None, quiet=False): # GR-27905
10861086
"""
10871087
Context manager that temporarily creates and changes the CWD.
10881088

0 commit comments

Comments
 (0)