#1157 cli: [make-task] raise readable error when no args
Merged by tkopecek. Opened by julian8628.
julian8628/koji issue/1151  into  master

Download 1157.patch
-def handle_make_task(opts, session, args):
+def handle_make_task(goptions, session, args):

Generally speaking, we shouldn't casually change function signatures. Is there any reason for this besides a cosmetic one?

I saw the options argument in most of command handlers have been changed to goptions, so changed this as well

:thumbsup:

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

Metadata Update from @jcupova:
- Pull-request tagged with: testing-ready

Commit acd51ea2 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata