[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py missing docstring does not allow to publish (z2)

Godefroid Chapelle gotcha at bubblenet.be
Tue Mar 9 05:32:36 EST 2010


Log message for revision 109869:
  missing docstring does not allow to publish (z2)

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py	2010-03-09 10:24:54 UTC (rev 109868)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/service.py	2010-03-09 10:32:36 UTC (rev 109869)
@@ -175,6 +175,10 @@
         return job and job.id or None
 
     def processNext(self, now=None, jobid=None):
+        """
+        process next job in the queue
+        """
+        log.debug('processNext')
         if jobid is None:
             job = self._pullJob(now)
         else:



More information about the checkins mailing list