Skip to content

Commit

Permalink
clean tempfiles after all
Browse files Browse the repository at this point in the history
  • Loading branch information
pimiento committed May 18, 2012
1 parent 922b271 commit 067177d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssh_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def cleanup_tmp_dir():
if result.returncode:
cleanup_tmp_dir()
raise SSHError(result.stderr.strip())
cleanup_tmp_dir()

def convert_files_to_filenames(self, files):
"""
Expand Down

0 comments on commit 067177d

Please sign in to comment.