Comment 1 for bug 365891

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 365891] [NEW] bzr break-lock lp:foo fails with TypeError: a float is required

Some analysis. The code in question is:

     def prompt(self, prompt, **kwargs):
         """Emit prompt on the CLI."""
         prompt = prompt % kwargs

And the `prompt` there has lp url with user name (e.g. ~ru-bzr) where
tilde character (~) encoded as %7e and this is caused formatting error.