Comment 2 for bug 1898554

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

Reviewed: https://review.opendev.org/756069
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=12cc805d3687fcc27023326c7602deae9c7ac2c4
Submitter: Zuul
Branch: master

commit 12cc805d3687fcc27023326c7602deae9c7ac2c4
Author: Stephen Finucane <email address hidden>
Date: Mon Oct 5 13:48:19 2020 +0100

    objects: Fix issue in exception type

    We were attempting to pass a 'target_version' variable into an exception
    message. 'target_version' is a tuple which means it's expanded out
    resulting in the following error:

      TypeError: not all arguments converted during string formatting

    Fix this.

    Change-Id: I6063b2108ae38776d034fd7a4c3aa88dc66a084f
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-Bug: #1898554