trigger ci

This commit is contained in:
Erdenezul Batmunkh 2018-09-04 20:44:44 +08:00
parent e83b529f1c
commit b65478e7d9

View File

@ -225,8 +225,8 @@ def update(_doc_cls=None, **update):
# Support decrement by flipping a positive value's sign
# and using 'inc'
value = -value
# If operator doesn't found from operator map, op value will stay
# unchanged
# If the operator doesn't found from operator map, the op value
# will stay unchanged
op = operator_map.get(op, op)
match = None