typo dans remote_command
This commit is contained in:
parent
97025265ee
commit
9473004e03
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ def remote_command(options, command, arg=None, stdin_contents=None):
|
|||
proc = remote_proc(options, command, arg)
|
||||
if stdin_contents is not None:
|
||||
proc.stdin.write(json.dumps(stdin_contents))
|
||||
proc.close()
|
||||
proc.stdin.close()
|
||||
ret = proc.wait()
|
||||
raw_out = proc.stdout.read()
|
||||
if ret != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue