removing unreachable from output
This commit is contained in:
parent
472c076641
commit
1b933a1f15
1 changed files with 0 additions and 3 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue