PR#544: incorrect parameter for error message
Merges #544 https://pagure.io/koji/pull-request/544 Fixes #543 https://pagure.io/koji/issue/543
This commit is contained in:
commit
31d12e9353
1 changed files with 1 additions and 2 deletions
|
|
@ -6585,8 +6585,7 @@ def anon_handle_download_logs(options, session, args):
|
|||
try:
|
||||
task_id = int(arg)
|
||||
except ValueError:
|
||||
error(_("Task id must be number: %r") % task_id)
|
||||
continue
|
||||
error(_("Task id must be number: %r") % arg)
|
||||
save_logs(task_id, suboptions.match, suboptions.dir, suboptions.recurse)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue