mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
230: Renamed allow_None kwarg to allow_none
This commit is contained in:
@@ -95,7 +95,7 @@ class Option2(plugable.ReadOnly):
|
||||
self.multivalue = check_type(multivalue, bool, 'multivalue')
|
||||
self.default = default
|
||||
self.default_from = check_type(default_from,
|
||||
DefaultFrom, 'default_from', allow_None=True)
|
||||
DefaultFrom, 'default_from', allow_none=True)
|
||||
self.__normalize = normalize
|
||||
self.rules = (type_.validate,) + rules
|
||||
lock(self)
|
||||
|
||||
Reference in New Issue
Block a user