]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Corrects broken format strings in check_i18n.py
authorJay Pipes <jaypipes@gmail.com>
Tue, 24 Dec 2013 01:58:31 +0000 (20:58 -0500)
committerJay Pipes <jaypipes@gmail.com>
Tue, 24 Dec 2013 13:14:48 +0000 (08:14 -0500)
commitf778931252fbee34980e32289e96534eebb89c2b
tree56e69c05196e298a223e0fcbd2367904572b3180
parent84aeb9a407cde367ff4d6e2b5986dd0a689bc332
Corrects broken format strings in check_i18n.py

In tools/check_i18n.py, the error messages printed out
had format strings that included 5 interpolations, but only
four variables were supplied. This patch simply corrects that
mismatch by including the name of the predicate or checker
that failed.

Closes-Bug: #1263813
Change-Id: I5cacee9ea000f56a9ef45f07367e85f20fa333c7
tools/check_i18n.py