-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
When trying to render an error message, mr.developer fails:
mr.developer: Updated 'my.package' with git.
Traceback (most recent call last):
File "mr.develope/mr/developer/common.py", line 181, in worker
for lvl, msg in wc._output:
ValueError: too many values to unpack
This is because of wrong string formatting:
self.output((logger.info, "No such branch %r", branch))
I saw several of those, but didn't check all of them yet.
Metadata
Metadata
Assignees
Labels
No labels