You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else:
# Replace "$" into matched array element index
matched = fieldwalker.get_matched()
> position = matched.split(".")[0]
E AttributeError: 'NoneType' object has no attribute 'split'
\field_walker.py:586: AttributeError
The text was updated successfully, but these errors were encountered:
Updating a document in an array leads to an error:
https://docs.mongodb.com/manual/reference/operator/update/positional/#update-documents-in-an-array
leads to an exception:
The text was updated successfully, but these errors were encountered: