Comment 5 for bug 1980890

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/python-glanceclient/+/849059
Committed: https://opendev.org/openstack/python-glanceclient/commit/f0ccd09ad5976cc67eaca244c820a7106aecf4c5
Submitter: "Zuul (22348)"
Branch: stable/xena

commit f0ccd09ad5976cc67eaca244c820a7106aecf4c5
Author: Benedikt Loeffler <email address hidden>
Date: Wed Oct 13 13:50:36 2021 +0200

    Check if stdin has isatty attribute

    When the stdin is closed, it has no isatty atrribute which leads to a KeyError.

    Closes-Bug: #1980890
    Change-Id: If9a3bf68b8dfd953b346697241166578d18bb563
    (cherry picked from commit 8df9328a60045edae36dc64cee1f2cf3cd4a09fa)
    (cherry picked from commit 2ad5f0a6b07c25cc8bc371a92baea3d1c52161ad)