Comment 2 for bug 1440755

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/170856
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=48441a64a6c0a0f715771b5e197317ad8d5a7974
Submitter: Jenkins
Branch: master

commit 48441a64a6c0a0f715771b5e197317ad8d5a7974
Author: Dan Prince <email address hidden>
Date: Mon Apr 6 10:27:34 2015 -0400

    Fix TypeError caused by err_msg formatting

    The retry variable can be None which causes this exception to be
    formatted incorrectly. Switching from %(retry)d to %(retry)s
    should handle the case where retry is None more gracefully.

    Change-Id: I592ea3e44506afb4a676d8dbe1e659a0e649424e
    Closes-bug: #1440755