mandatories masterslaves with consistency and default value is acceptable

This commit is contained in:
2016-12-07 17:28:31 +01:00
parent 05200b6d5c
commit df90e74819
2 changed files with 13 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class Settings(object):
elif 'empty' in properties and \
'empty' in setting_properties and \
self._getcontext().cfgimpl_get_values()._isempty(
opt_or_descr, value, force_allow_empty_list=True):
opt_or_descr, value, force_allow_empty_list=True, index=index):
properties.add('mandatory')
# should return 'frozen' only when tried to modify a value
if check_frozen and 'everything_frozen' in setting_properties: