add some optimisation
This commit is contained in:
@ -470,7 +470,7 @@ class Settings(object):
|
||||
|
||||
if force_properties is not None:
|
||||
forced_properties = copy(setting_properties)
|
||||
forced_properties.update(force_properties)
|
||||
forced_properties.add('mandatory')
|
||||
else:
|
||||
forced_properties = setting_properties
|
||||
|
||||
|
Reference in New Issue
Block a user