removed leftover print

This commit is contained in:
niphlod
2014-06-15 15:15:33 +02:00
parent e172c2cade
commit 84cf736b63
+1 -1
View File
@@ -1120,7 +1120,7 @@ class Scheduler(MetaScheduler):
(ws.group_names.contains(group)) &
(~ws.status.belongs(exclusion))
)._select(ws.id, limitby=(0,limit))
print self.db(ws.id.belongs(workers)).update(status=action)
self.db(ws.id.belongs(workers)).update(status=action)
def disable(self, group_names=None, limit=None):
"""Sets DISABLED on the workers processing `group_names` tasks.