Skip to content

Commit

Permalink
Fix argpraser for pubsub subscriber
Browse files Browse the repository at this point in the history
Change-Id: I776863091846ee8ff8a70078c8b8d5498cf81ed6
  • Loading branch information
Jon Wayne Parrott committed Aug 28, 2017
1 parent 3457791 commit 29682fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubsub/cloud-client/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def callback(message):
delete_subscription(
args.project, args.subscription_name)
elif args.command == 'receive':
receive_messages(args.project, args.topic_name, args.subscription_name)
receive_messages(args.project, args.subscription_name)
elif args.command == 'receive-flow-control':
receive_messages_with_flow_control(
args.project, args.topic_name, args.subscription_name)
args.project, args.subscription_name)

0 comments on commit 29682fb

Please sign in to comment.