71f138b172
If you use python3, items() returns iterator which is not allowed to remove item during iteration. Fix to iterate by copied list. Change-Id: I64c037d04e2b127d8f19f56cab65122af89a7200 Closes-Bug: 1740232
6 lines
176 B
YAML
6 lines
176 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix RuntimeError in ``project show`` command running under Python 3.
|
|
[Bug `1740232 <https://bugs.launchpad.net/python-openstackclient/+bug/1740232>`_]
|