python-mistralclient/mistralclient
Eyal 87d54bba87 Don't use default mutable parameter
Using default mutable parameter is bad.
Default parameters are evaluated only once
if you mutate it you will get unexpected results.

Change-Id: I9c00cb16ac0e6cefd926974a9eab29080a4d94a7
2019-04-29 10:22:26 +03:00
..
api Merge "Update json module to jsonutils" 2019-04-08 11:29:56 +00:00
auth fix mistral client failure 2018-08-14 22:11:28 +08:00
commands Merge "Update json module to jsonutils" 2019-04-08 11:29:56 +00:00
osc Fixing region filter for getting workflow endpoint 2018-07-02 17:40:34 +02:00
tests Don't use default mutable parameter 2019-04-29 10:22:26 +03:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
i18n.py Update and optimize documentation links 2017-07-21 09:57:38 +08:00
shell.py Add 'execution-get-report' command 2019-02-08 15:02:16 +07:00
utils.py Update json module to jsonutils 2019-02-25 20:32:40 +08:00