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:
parent
1113c2a849
commit
d27577d2b7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user