fixes #1151
-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
options
goptions
: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
fixes #1151