Hi,

Thanks for the report, this is actually a bug in bzrtools, so I am
assigning, and also adding an upstream task, as I can see the
problem in the latest code that I have.

The problem is actually in the display of an error message, so
this isn't stopping you from doing something, but it is hiding
the error that would help you to understand it.

The issue is the NotStandalone error in bzrtools.py, it has

class NotStandalone(BzrError):

    _format = '%(location) is not a standalone tree.'
    _internal = False

    def __init__(self, location):
        BzrError.__init__(self, location=location)

when it should probably use "_fmt = ", rather than "_format".

Thanks,

James


** Changed in: bzrtools (Ubuntu)
Sourcepackagename: bzr => bzrtools

** Changed in: bzrtools (Ubuntu)
   Importance: Undecided => Medium
       Status: New => Triaged

** Also affects: bzrtools
   Importance: Undecided
       Status: New

-- 
bzr crashed with TypeError in __str__()
https://bugs.launchpad.net/bugs/277652
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to