Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
multi is invalid here
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Feb 2, 2013
1 parent d55e812 commit a5f93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m01/mongofake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def save(self, to_save, manipulate=True, safe=None, check_keys=True,
return self.insert(to_save, manipulate, safe)
else:
self.update({"_id": to_save["_id"]}, to_save, upsert=True,
manipulate=manipulate, safe=safe, multi=multi,
manipulate=manipulate, safe=safe,
check_keys=check_keys, **kwargs)
return to_save.get("_id", None)

Expand Down

0 comments on commit a5f93fa

Please sign in to comment.