Merge branch 'develop' into dist/risotto/risotto-2.8.0/develop
This commit is contained in:
commit
e653baf6d5
|
@ -1195,7 +1195,7 @@ class Config:
|
|||
value: Any) -> bool:
|
||||
if not path in self.form or not 'pattern' in self.form[path]:
|
||||
return True
|
||||
if value is None or value is '':
|
||||
if value is None or value == '':
|
||||
match = True
|
||||
else:
|
||||
if isinstance(value, int):
|
||||
|
|
Loading…
Reference in New Issue