return the error code from watching tasks in move-pkg
This commit is contained in:
parent
348780bad2
commit
d96b27ca35
1 changed files with 1 additions and 1 deletions
2
cli/koji
2
cli/koji
|
|
@ -3862,7 +3862,7 @@ def handle_move_pkg(options, session, args):
|
|||
if _running_in_bg() or options.nowait:
|
||||
return
|
||||
else:
|
||||
watch_tasks(session,tasks)
|
||||
return watch_tasks(session, tasks)
|
||||
|
||||
def handle_untag_pkg(options, session, args):
|
||||
"Remove a tag from one or more packages"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue