Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 1b0a175

Browse files
committed
fix wrap callback errors structure
1 parent fb76483 commit 1b0a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def open(
910910
_wrap_callback_errors,
911911
callback,
912912
on_callback_error,
913-
self._exactly_once_delivery_enabled,
913+
exactly_once_enabled=self._exactly_once_delivery_enabled,
914914
)
915915

916916
# Create the RPC

0 commit comments

Comments
 (0)