murano-agent/muranoagent
binean fc918a2619 Fix Mutable defalut argument
Python’s default arguments are evaluated once when the
function is defined, not each time the function is called.
This means that if you use a mutable default argument
and mutate it, you will and have mutated that object for
all future calls to the function as well.

more details about this wrong usage here:
http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments

Change-Id: Ic8eb1328852eb8a3180a08466bf18b72fd1f7956
2016-01-24 23:28:13 +08:00
..
cmd Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
common Add dynamic result message routing 2015-10-16 13:02:05 +00:00
executors Merge "Drop bunch dependency" 2015-11-30 17:38:06 +00:00
tests Fix Mutable defalut argument 2016-01-24 23:28:13 +08:00
__init__.py Extract main python client to the top 2014-05-29 20:02:50 +04:00
app.py Merge "Drop bunch dependency" 2015-11-30 17:38:06 +00:00
bunch.py Drop bunch dependency 2015-11-27 20:23:31 +03:00
exceptions.py Increment max FormatVersion 2015-04-20 17:37:24 +03:00
execution_plan_queue.py Drop bunch dependency 2015-11-27 20:23:31 +03:00
execution_plan_runner.py Drop bunch dependency 2015-11-27 20:23:31 +03:00
execution_result.py Replace unicode with six.text_type 2015-12-29 04:15:46 -08:00
files_manager.py Remove hardcoded destinations for puppet/chef processing engine 2015-11-19 13:39:14 +00:00
opts.py Switch to the oslo.log library 2015-08-05 15:44:00 +03:00
script_runner.py Remove hardcoded destinations for puppet/chef processing engine 2015-11-19 13:39:14 +00:00
version.py Fix murano agent component name 2014-09-24 15:08:52 +04:00
win32.py Enable H301, H302, H304, H306, H231, H233 2014-08-29 13:32:56 +00:00