From 0f81fe9c0ffeba8c093eceffe874be9b22052c85 Mon Sep 17 00:00:00 2001 From: aranzaiger Date: Mon, 3 Aug 2015 01:35:30 +0300 Subject: [PATCH] added getAllUnsubmittedTasks function --- SE_API/TaskRoutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SE_API/TaskRoutes.py b/SE_API/TaskRoutes.py index 4b65dc7..72dcff5 100644 --- a/SE_API/TaskRoutes.py +++ b/SE_API/TaskRoutes.py @@ -1125,7 +1125,7 @@ def getAllUnsubmittedTasks(token): p = Project.get_by_id(tc.userId) taskDic['projectsToReview'].append(json.loads(p.to_JSON())) - dic['tasks'].append(taskDic) + dic['tasks'].append(taskDic) arr.append(dic)