X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=getsshkeys.py;h=fb4c2a7a4c77b1a3e6958e4fd966fdbbb20ef17f;hb=7f16b4c8e96688b16152b62ec1012ab5bf29d95d;hp=d362c9422a2fdacf80ca38ed77ae5b6f69f1d893;hpb=c678c008f0c3a10947b38880e52005a856e1b122;p=monitor.git diff --git a/getsshkeys.py b/getsshkeys.py index d362c94..fb4c2a7 100755 --- a/getsshkeys.py +++ b/getsshkeys.py @@ -155,7 +155,7 @@ class SSHKnownHosts: nodenetworks = node['nodenetwork_ids'] if len(nodenetworks)==0: return (host, None, None, None) - # the [0] subscript to node['nodenetwork_ids'] means + # the [0] subscript to node['interface_ids'] means # that this function wont work with multihomed nodes l_nw = self.nodenetworks.get(nodenetworks[0],None) if l_nw is None: return (host, None, None, None)