Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Imankulov committed Jun 2, 2012
1 parent a8985dc commit 6f96311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def cleanup_tmp_dir():
os.kill(pipe.pid, signal.SIGTERM)
signal.alarm(0) # disable alarm
cleanup_tmp_dir()
raise SSHError(stderr=str(exc))
raise SSHError(str(exc))
signal.alarm(0) # disable alarm
returncode = pipe.returncode
if returncode != 0: # ssh client error
Expand Down

0 comments on commit 6f96311

Please sign in to comment.