shell=True, because Aleks says so

This commit is contained in:
Kayou 2021-01-21 12:00:27 +01:00 committed by GitHub
parent 1387dff47c
commit 02ed684f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,7 +400,7 @@ def _hook_exec_bash(path, args, chdir, env, return_format, loggers):
_env.update(env)
returncode = call_async_output(
cmd, loggers, shell=False, cwd=chdir,
cmd, loggers, shell=True, cwd=chdir,
env=_env
)