Removed obsolete value to unpack in the updateGHOPTask Task.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 04 Oct 2009 15:14:06 +0200
changeset 3005 fbdf957cb3a3
parent 3004 8485ae85de54
child 3006 e74c4d37a61a
Removed obsolete value to unpack in the updateGHOPTask Task.
app/soc/modules/ghop/tasks/task_update.py
--- 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?