Merge "Remove locals() from strings substitutions"
This commit is contained in:
commit
6c479c1877
@ -190,6 +190,8 @@ Example::
|
|||||||
msg = _("The server with id %(s_id)s has no key %(m_key)s")
|
msg = _("The server with id %(s_id)s has no key %(m_key)s")
|
||||||
LOG.error(msg % {"s_id": "1234", "m_key": "imageId"})
|
LOG.error(msg % {"s_id": "1234", "m_key": "imageId"})
|
||||||
|
|
||||||
|
Please do not use locals() for string substitutions.
|
||||||
|
|
||||||
|
|
||||||
Creating Unit Tests
|
Creating Unit Tests
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user