Commit 39fcbd1f by BoscoMW

Update ssh.py

parent 165406cf
...@@ -212,7 +212,7 @@ class Connection(object): ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment