We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea3e69 commit 2387ca6Copy full SHA for 2387ca6
graalpython/lib-python/3/test/support/os_helper.py
@@ -430,7 +430,8 @@ def change_cwd(path, quiet=False):
430
431
432
@contextlib.contextmanager
433
-def temp_cwd(name='tempcwd', quiet=False):
+# def temp_cwd(name='tempcwd', quiet=False): # GR-43407 Truffle change - we prefer to create unique tempdir names
434
+def temp_cwd(name=None, quiet=False):
435
"""
436
Context manager that temporarily creates and changes the CWD.
437
0 commit comments