mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-16 18:49:04 +00:00
Do not include advanced in comparedefault by default
Advanced settings may do unusual things, only check if explicitly requested to do so.
This commit is contained in:
parent
118d1aec0d
commit
46d62e67de
@ -231,7 +231,7 @@ else:
|
||||
if printsys or options.exclude:
|
||||
if printsys == 'all':
|
||||
printsys = []
|
||||
if printsys == [] and not options.advanced:
|
||||
if (options.comparedefault or printsys == []) and not options.advanced:
|
||||
path = '/noderange/{0}/configuration/system/all'.format(noderange)
|
||||
else:
|
||||
path = '/noderange/{0}/configuration/system/advanced'.format(
|
||||
|
Loading…
x
Reference in New Issue
Block a user