diff --git a/server/web2py/applications/vidjil/controllers/default.py b/server/web2py/applications/vidjil/controllers/default.py index 606c2f4cb59dff506d47a934be5b109c7853b8da..fe961295b5bbb543d5add11a09248f16db460e2f 100644 --- a/server/web2py/applications/vidjil/controllers/default.py +++ b/server/web2py/applications/vidjil/controllers/default.py @@ -185,7 +185,9 @@ def checkProcess(): res = {"success" : "true", "status" : task.status, - "data" : run.run_result, + "data" : {'run_result': run.run_result, + 'result_id': results_file.id + }, "processId" : task.id} else : if len(msg) > 0: