#682 Error format in anon_handle_mock_config error message.
Closed: Fixed 6 years ago Opened 6 years ago by franzh.

in cli/koji_cli/commands.py line 976:
...
print(_("Could not get a repo for tag: %(name)s") % opts['tag_name'])
...
The opts['tag_name'] is a string not a dictionary. The %(name) can't be mapped.


Metadata Update from @mikem:
- Issue set to the milestone: 1.15

6 years ago

Login to comment on this ticket.

Metadata