diff options
Diffstat (limited to 'fuel/deploy/ssh_client.py')
-rw-r--r-- | fuel/deploy/ssh_client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuel/deploy/ssh_client.py b/fuel/deploy/ssh_client.py index 8bf87bc..0ec2edc 100644 --- a/fuel/deploy/ssh_client.py +++ b/fuel/deploy/ssh_client.py @@ -70,6 +70,7 @@ class SSHClient(object): while error_buff: log(error_buff.strip()) error_buff = chan.recv_stderr(1024) + return chan.recv_exit_status() def scp_get(self, remote, local='.', dir=False): try: |