Skip to content

Commit 544d68c

Browse files
authored
Merge pull request #298 from frappe/mergify/bp/master/pr-297
2 parents ebe19f9 + b94fcfb commit 544d68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def execute(
9393
def run_subprocess(self, command, directory, input, executable, non_zero_throw=True):
9494
# Start a child process and start reading output immediately
9595
with subprocess.Popen(
96-
shlex.join(shlex.quote(x) for x in shlex.split(command)),
96+
command,
9797
stdout=subprocess.PIPE,
9898
stderr=subprocess.STDOUT,
9999
stdin=subprocess.PIPE if input else None,

0 commit comments

Comments
 (0)