From 1b933a1f1588c975e18c88c11c4d5dbcccb11388 Mon Sep 17 00:00:00 2001 From: doteast Date: Thu, 25 Feb 2016 21:45:23 +0000 Subject: [PATCH] removing unreachable from output --- scripts/fetch-ssh-keys.v2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/fetch-ssh-keys.v2 b/scripts/fetch-ssh-keys.v2 index 79b71d633d..4b8280af4d 100755 --- a/scripts/fetch-ssh-keys.v2 +++ b/scripts/fetch-ssh-keys.v2 @@ -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])