2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-28 16:21:40 +00:00

Fix syntax error on discovery core

This commit is contained in:
Jarrod Johnson 2020-10-02 15:35:14 -04:00
parent d27577d2b7
commit a194e2293e

View File

@ -858,11 +858,11 @@ def get_nodename(cfg, handler, info):
info['verified'] = v
return newnodename, None
else:
errorstr = 'Attempt to discover SMM in chain but '
errorstr = ('Attempt to discover SMM in chain but '
'unable to follow chain to the specific '
'SMM, it may be waiting on an upstream '
'SMM, 'chain starts with {0}'.format(
nodename)
'SMM, chain starts with {0}'.format(
nodename))
log.log({'error': errorstr})
return None, None
if (nodename and