Update ssh.py
This commit is contained in:
parent
165406cf35
commit
39fcbd1f10
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Connection(object):
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
hfiles_not_found += 1
|
hfiles_not_found += 1
|
||||||
continue
|
continue
|
||||||
else
|
else:
|
||||||
data = host_fh.read()
|
data = host_fh.read()
|
||||||
host_fh.close()
|
host_fh.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue