PYTHON-1047 - inline_map_reduce should execute the mapreduce command only once.
This commit is contained in:
parent
6a14d70120
commit
9b9ad1747d
@ -1901,7 +1901,6 @@ class Collection(common.BaseObject):
|
||||
read_concern=self.read_concern)
|
||||
else:
|
||||
res = self._command(sock_info, cmd, slave_ok)
|
||||
res = self._command(sock_info, cmd, slave_ok)
|
||||
|
||||
if full_response:
|
||||
return res
|
||||
|
||||
Loading…
Reference in New Issue
Block a user