Comment 12 for bug 277902

Revision history for this message
David Planella (dpm) wrote :

Sorry to comment on a closed bug, but I thought I'd add it here for the record.

This problem was due to the handling of unnamed arguments in format strings in Python:

https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/409785/comments/9

The workaround is to use named arguments for format strings in the code.