removing unreachable from output

This commit is contained in:
doteast 2016-02-25 21:45:23 +00:00
parent 472c076641
commit 1b933a1f15

View file

@ -110,8 +110,5 @@ if __name__ == '__main__':
cli.run()
for host in cb.unreachable:
sys.stderr.write('unreachable: %s\n' % host)
for host in sorted(cb.sshhostkeys.items()):
print "{names} {key} {comment}".format(comment=host[0],**host[1])