bugfix
This commit is contained in:
parent
aad9102a88
commit
a862c66e8a
@ -153,7 +153,7 @@ def check_value(field, spec_value, data_value):
|
||||
if not mode or mode == '=':
|
||||
mode = '=='
|
||||
ns = {
|
||||
"a": data_value
|
||||
"a": data_value,
|
||||
"b": typevalue(spec_value, field.type)
|
||||
}
|
||||
script = f'a {mode} b'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user