add valid_values = None to config basetype
This commit is contained in:
parent
2867df4c21
commit
55edd9cda7
@ -122,6 +122,7 @@ class BaseType:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
special = False
|
special = False
|
||||||
|
valid_values = None
|
||||||
|
|
||||||
def __init__(self, none_ok=False):
|
def __init__(self, none_ok=False):
|
||||||
self.none_ok = none_ok
|
self.none_ok = none_ok
|
||||||
|
Loading…
Reference in New Issue
Block a user