439
439
working_dir, binary] + args,
440
440
stdin=subprocess.PIPE, stdout=subprocess.PIPE,
441
441
stderr=subprocess.PIPE, cwd=tramp_dir, close_fds=True)
445
447
raise ExecutionError('subprocess ended with code %d, stderr %s' %
446
448
(exitcode, proc.stderr.read()))