return a dict like other data return events

This commit is contained in:
Thomas S Hatch 2013-11-22 13:33:56 -07:00
parent 242f09092b
commit fe7cf898e5

View File

@ -108,7 +108,7 @@ class RunnerClient(object):
target=self._proc_runner,
args=(fun, low, user, tag, jid))
proc.start()
return tag
return {'tag': tag}
def master_call(self, **kwargs):
'''