From 2ad7af432bc601b7840cc24a4168e8927586b3d8 Mon Sep 17 00:00:00 2001 From: Keiji Yoshida Date: Wed, 31 Jul 2019 05:52:46 +0900 Subject: [PATCH] Fix a TODO comment on pubsub/cloud-client/subscriber.py (#2302) --- pubsub/cloud-client/subscriber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/cloud-client/subscriber.py b/pubsub/cloud-client/subscriber.py index 92d7791352ef..64e93951505b 100644 --- a/pubsub/cloud-client/subscriber.py +++ b/pubsub/cloud-client/subscriber.py @@ -366,7 +366,7 @@ def listen_for_errors(project_id, subscription_name): # [START pubsub_subscriber_error_listener] from google.cloud import pubsub_v1 - # TODO project = "Your Google Cloud Project ID" + # TODO project_id = "Your Google Cloud Project ID" # TODO subscription_name = "Your Pubsub subscription name" subscriber = pubsub_v1.SubscriberClient()