show the un-mangled command name in the error message
This commit is contained in:
parent
a2bc6d7a76
commit
ab11c7c5e2
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -129,7 +129,7 @@ def get_options():
|
|||
cmd = 'handle_' + cmd
|
||||
else:
|
||||
list_commands()
|
||||
parser.error('Unknown command: %s' % cmd)
|
||||
parser.error('Unknown command: %s' % args[0])
|
||||
assert False
|
||||
# load local config
|
||||
defaults = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue