We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb42ebd commit 565ac60Copy full SHA for 565ac60
1 file changed
libraries/RW/CLI/local_process.py
@@ -71,7 +71,8 @@ def execute_local_command(
71
if env:
72
run_with_env.update(env)
73
try:
74
- tmpdir = tempfile.mkdtemp(dir=PWD)
+ # tmpdir = tempfile.mkdtemp(dir=PWD)
75
+ tmpdir = tempfile.mkdtemp()
76
parsed_cmd = ["bash", "-c", cmd]
77
secret_keys = []
78
for s in request_secrets:
0 commit comments