Skip to content

Commit 0d9747d

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Updated openstack/openstack
Project: openstack/python-novaclient d85c24ff5ad1094345d2e38fcdb6ae58458be636 null Fix error when run with no arguments on Python 3 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
1 parent 862cfd2 commit 0d9747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-novaclient

Submodule python-novaclient updated from fce2396 to d85c24f

0 commit comments

Comments
 (0)