Comment 2 for bug 1651738

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

Reviewed: https://review.openstack.org/413604
Committed: https://git.openstack.org/cgit/openstack/openstack-doc-tools/commit/?id=a46d872d3c1d91627b5f1a0f2117285cf153f078
Submitter: Jenkins
Branch: master

commit a46d872d3c1d91627b5f1a0f2117285cf153f078
Author: Sreedhar Varma <email address hidden>
Date: Wed Dec 21 07:19:46 2016 -0500

    Fix TypeError in autohelp.py

    The command "./autohelp-wrapper update cinder" is throwing
    "TypeError: sequence item 0: expected string, int found".

    This error is due to using ", ".join on the
    list of integers in autohelp.py.

    Change-Id: Ib4142466d15534adbdade8ebd8724a954f50e95d
    Closes-Bug: #1651738
    Co-Authored-By: Nikesh Mahalka <email address hidden>
    Co-Authored-By: Alekhya Mallina <email address hidden>
    Co-Authored-By: Srinivas Dasthagiri <email address hidden>