This commit is contained in:
Joseph Hall 2017-01-26 11:42:22 -07:00
parent 94050ff716
commit ea8654f400

View file

@ -653,7 +653,7 @@ def runner(name, **kwargs):
**kwargs)
runner_return = out.get('return')
if isinstance(runner_return, dict) and Error in runner_return:
if isinstance(runner_return, dict) and 'Error' in runner_return:
out['success'] = False
if not out.get('success', True):
ret = {