Files
python-cinderclient/cinderclient
Eduardo Santos d92f15a09e Fix undesirable raw Python error
Using the cinderclient without a subcommand while
passing an optional argument triggers the raw Python
error `ERROR: 'Namespace' object has no attribute
'func'`. This bug can be reproduced by issuing the
command `cinder --os-volume-api-version 3.40`.
Added a default value to `func` and an empty value to
`command` as placeholders so that a help message is
shown instead of the Python error.

Change-Id: Idb51e8635b97f0da2976f3268d5e19100ec77203
Closes-Bug: #1867061
2020-10-29 15:09:26 +00:00
..
2017-03-24 13:24:50 +02:00
2020-10-29 15:09:26 +00:00
2017-03-15 13:42:49 +01:00
2019-12-21 03:27:48 -06:00
2017-07-24 09:06:28 -04:00
2020-10-29 15:09:26 +00:00