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 8f67f39 commit 1296a23Copy full SHA for 1296a23
.internal/pycli/deps/host_exec.py
@@ -16,7 +16,7 @@ def getCommandString(command, iotstackPwd=iotstackPwd, hostUser=hostUser, hostAd
16
)
17
18
def execSilent(command):
19
- execRes = subprocess.check_output(getCommandString(command), stderr=subprocess.PIPE, shell=False)
+ execRes = subprocess.check_output(getCommandString(command), stderr=subprocess.PIPE, shell=True)
20
return execRes.decode('ascii').strip()
21
22
def execInteractive(command):
0 commit comments