app/soc/modules/ghop/tasks/task_update.py
changeset 3005 fbdf957cb3a3
parent 2879 cb0f9b4646aa
--- a/app/soc/modules/ghop/tasks/task_update.py	Sun Oct 04 15:07:29 2009 +0200
+++ b/app/soc/modules/ghop/tasks/task_update.py	Sun Oct 04 15:14:06 2009 +0200
@@ -91,8 +91,7 @@
 
   entity = ghop_task_logic.logic.getFromKeyNameOr404(key_name)
 
-  entity, comment_entity, ws_entity = ghop_task_logic.logic.updateTaskStatus(
-      entity)
+  entity, comment_entity = ghop_task_logic.logic.updateTaskStatus(entity)
 
   if entity:
     # TODO(madhusudan): does this really mean an unsuccessful update?