trigger ci
This commit is contained in:
parent
e83b529f1c
commit
b65478e7d9
@ -225,8 +225,8 @@ def update(_doc_cls=None, **update):
|
|||||||
# Support decrement by flipping a positive value's sign
|
# Support decrement by flipping a positive value's sign
|
||||||
# and using 'inc'
|
# and using 'inc'
|
||||||
value = -value
|
value = -value
|
||||||
# If operator doesn't found from operator map, op value will stay
|
# If the operator doesn't found from operator map, the op value
|
||||||
# unchanged
|
# will stay unchanged
|
||||||
op = operator_map.get(op, op)
|
op = operator_map.get(op, op)
|
||||||
|
|
||||||
match = None
|
match = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user