Fix local opts from CLI

This commit is contained in:
Bo Maryniuk 2018-07-23 12:24:19 +02:00
parent 493e48ddb5
commit 6e77aff69a

View File

@ -42,7 +42,7 @@ def cmd(
func = name
local_opts = {}
local_opts.update(__opts__)
local_opts['async'] = True # ensure this will be run async
local_opts['asynchronous'] = True # ensure this will be run asynchronous
local_opts.update({
'fun': func,
'arg': arg,