@ -220,9 +220,15 @@ class Connection(object):
if not os.path.exists(hf):
hfiles_not_found += 1
continue
host_fh = open(hf)
data = host_fh.read()
host_fh.close()
try:
except IOError, e:
else:
for line in data.split("\n"):
if line is None or " " not in line: