X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fsliverauth.py;h=1def33a02f84e3ad7cce082c14819387fe225f0e;hb=c3c0dfb34018f3950b76e9644dfd69026d033b38;hp=2207dbe46c7c358877f9190543bcbe9c557b85b5;hpb=a26fbdd37cf08b1de984319565646e04f140f046;p=nodemanager.git diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 2207dbe..1def33a 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -37,7 +37,7 @@ def GetSlivers(plc, data, conf): for sliver in data['slivers']: found_hmac = False for attribute in sliver['attributes']: - name = attribute.get('tagname',attribute.get('name','')) + name = attribute.get('tagname',attribute.get('name','')) if name == 'hmac': found_hmac = True hmac = attribute['value']