2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Fix missing close parenthesis

This commit is contained in:
Jarrod Johnson 2020-10-02 14:57:59 -04:00
parent 1113c2a849
commit d27577d2b7

View File

@ -777,7 +777,7 @@ def get_chained_smm_name(nodename, cfg, handler, nl=None, checkswitch=True):
if not pkey:
# We cannot continue through a break in the chain
return None, False
smmaddr = cd.get(nodename, {}).get('hardwaremanagement.manager', {}.get('value', None)
smmaddr = cd.get(nodename, {}).get('hardwaremanagement.manager', {}).get('value', None)
if not smmaddr:
return None, False
if pkey: