fix issue with missing secnode
This commit is contained in:
@ -108,7 +108,8 @@ def frappy_start(**services):
|
|||||||
remove_cfg.append(secnode)
|
remove_cfg.append(secnode)
|
||||||
if secnode:
|
if secnode:
|
||||||
secnode('')
|
secnode('')
|
||||||
all_cfg[service] = secnode.get_info()
|
if secnode:
|
||||||
|
all_cfg[service] = secnode.get_info()
|
||||||
|
|
||||||
# check cfg is not used twice
|
# check cfg is not used twice
|
||||||
for cfg in cfginfo.split(','):
|
for cfg in cfginfo.split(','):
|
||||||
|
Reference in New Issue
Block a user