This commit is contained in:
Kovid Goyal 2012-01-11 11:15:24 +05:30
parent ca03b4cf18
commit fa4aa84af1

View File

@ -73,7 +73,7 @@ def fork_job(*args, **kwargs):
except:
errors = [traceback.format_exc()]
return cs, errors
return {'result':(cs, errors)}
# }}}