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:
|
value: Any) -> bool:
|
||||||
if not path in self.form or not 'pattern' in self.form[path]:
|
if not path in self.form or not 'pattern' in self.form[path]:
|
||||||
return True
|
return True
|
||||||
if value is None or value is '':
|
if value is None or value == '':
|
||||||
match = True
|
match = True
|
||||||
else:
|
else:
|
||||||
if isinstance(value, int):
|
if isinstance(value, int):
|
||||||
|
|
Loading…
Reference in New Issue