Update ssh.py

This commit is contained in:
BoscoMW 2014-04-02 15:57:54 +03:00
parent 165406cf35
commit 39fcbd1f10

View file

@ -212,7 +212,7 @@ class Connection(object):
except IOError, e:
hfiles_not_found += 1
continue
else
else:
data = host_fh.read()
host_fh.close()