Subscription's queue_name variable is a tuple

Bug #1538367 reported by Eva Balycheva
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python client library for Zaqar
Fix Released
Medium
Eva Balycheva

Bug Description

See this line: https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/v2/subscription.py#L27

The comma in the end magically transforms queue_name variable from string to a tuple with string inside. Which is wrong.

Solution:

Remove the comma from the end of the line.

Eva Balycheva (ubershy)
Changed in python-zaqarclient:
assignee: nobody → Eva Balycheva (ubershy)
Feilong Wang (flwang)
Changed in python-zaqarclient:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-zaqarclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/272859

Changed in python-zaqarclient:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-zaqarclient (master)

Reviewed: https://review.openstack.org/272859
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=2966750d9a897479a6158b78f0b1e750f35a7f0e
Submitter: Jenkins
Branch: master

commit 2966750d9a897479a6158b78f0b1e750f35a7f0e
Author: Eva Balycheva <email address hidden>
Date: Wed Jan 27 04:16:53 2016 +0300

    Fix Subscription's queue_name variable being tuple

    Because of nasty comma in the end of line of the queue_name string
    variable definition, queue_name becomes a tuple with string inside,
    which is wrong.

    This patch fixes the problem by removing the comma.

    Change-Id: Id580dfda84e4f0cb151343031d2a72ed8ef08c56
    Closes-Bug: 1538367

Changed in python-zaqarclient:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/python-zaqarclient 1.0.0

This issue was fixed in the openstack/python-zaqarclient 1.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

This issue was fixed in the openstack/python-zaqarclient 1.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.