]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Do not concatenate localized strings
authorDirk Mueller <dirk@dmllr.de>
Mon, 21 Oct 2013 11:03:04 +0000 (13:03 +0200)
committerDirk Mueller <dirk@dmllr.de>
Fri, 6 Dec 2013 12:29:56 +0000 (13:29 +0100)
commit58859c422a8948f3852bb254aee175b7b29d7dcb
treed4237895dde093ba55b3cdc5eea5ab68cb6f35c7
parent4457b58b8ef2c6971338b0eb741e47204faf2716
Do not concatenate localized strings

This makes it hard for translators to understand what is going
on. Use string formatting with kwargs expansion.

Change-Id: Ic9ad8bb4e3d9c32188f4175bb0359e268921696b
neutron/plugins/bigswitch/plugin.py
neutron/tests/unit/bigswitch/test_restproxy_plugin.py