Comment 3 for bug 1476929

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

Reviewed: https://review.openstack.org/204449
Committed: https://git.openstack.org/cgit/openstack/cliff/commit/?id=22ceb9c9b9570601be6f8ef28bc01a073359a9c0
Submitter: Jenkins
Branch: master

commit 22ceb9c9b9570601be6f8ef28bc01a073359a9c0
Author: liyingjun <email address hidden>
Date: Wed Jul 22 14:12:48 2015 +0800

    Replace '\r' with ' ' for prettytable

    Table doesn't display well when there are '\r' in prettytable data.
    Fixes it by replace '\r\n' with '\n' and '\r' with ' '.

    Change-Id: I1fde6d33c211e9629ee0dbeab241eeba20f7b8d5
    Closes-bug: #1476929