ironic/ironic/api/middleware
Gary Kotton bc895486ba Removes the use of mutables as default args
Passing mutable objects as default args is a known Python pitfall.
We'd better avoid this. This commit changes mutable default args with
None, 'arg = [] if arg is None else arg'.

TrivialFix

Change-Id: I2909b111266c696bcdcd26db167d3ad5e0603e45
2016-06-19 10:27:48 -07:00
..
__init__.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
auth_token.py Removes the use of mutables as default args 2016-06-19 10:27:48 -07:00
parsable_error.py Prepare for hacking 0.10.x 2015-05-21 08:06:28 +02:00