656cf91f89
Python 3 changed the map built-in to return an iterable instead of a list. When tested in a boolean context, this always returns True, even if it would not return anything when iterated. Instead of the usage being printed, this error was printed: ERROR: 'Namespace' object has no attribute 'func' Use list comprehension instead to ensure that an iterable isn't returned Change-Id: Ie15f2fa8ee93ab26490e371133fa0f944430737b Closes-bug: 1295356 |
||
---|---|---|
.. | ||
openstack | ||
tests | ||
v1_1 | ||
v3 | ||
__init__.py | ||
auth_plugin.py | ||
base.py | ||
client.py | ||
crypto.py | ||
exceptions.py | ||
extension.py | ||
service_catalog.py | ||
shell.py | ||
utils.py |