ansibe: fix type check for previous commit

pull/193/head
David Wilson 7 years ago
parent 54452c4015
commit f360a1b653

@ -435,7 +435,7 @@ class JobResultService(mitogen.service.Service):
@mitogen.service.expose(mitogen.service.AllowAny())
@mitogen.service.arg_spec({
'job_id': basestring,
'result': dict
'result': (mitogen.core.CallError, dict)
})
def push(self, job_id, result):
"""

Loading…
Cancel
Save