We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4f6a6 commit 4223168Copy full SHA for 4223168
pymongo/asynchronous/bulk.py
@@ -524,7 +524,6 @@ async def _execute_command(
524
525
while run:
526
self.is_retryable = run.is_retryable
527
- self.retrying = run.retrying
528
if not self.retrying:
529
self.next_run = next(generator, None)
530
if self.next_run is None:
pymongo/synchronous/bulk.py
@@ -524,7 +524,6 @@ def _execute_command(
0 commit comments