Skip to content

Error with string formatting #202

@laulaz

Description

@laulaz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions