bugfix
This commit is contained in:
parent
fae798e183
commit
e6d90ac6a8
@ -127,7 +127,7 @@ class DBFilter(object):
|
||||
assert op in self.operators
|
||||
|
||||
if op in ['IS NULL', 'IS NOT NULL']:
|
||||
return f'{fj['field']} {op}'
|
||||
return f"{fj['field']} {op}"
|
||||
|
||||
var = fj.get('var')
|
||||
if var and not var in ns.keys():
|
||||
|
Loading…
Reference in New Issue
Block a user