return the error code from watching tasks in move-pkg

This commit is contained in:
Mike McLean 2008-11-19 10:53:06 -05:00
parent 348780bad2
commit d96b27ca35

View file

@ -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"