[callback] comply with new signature for afterjobs

This commit is contained in:
Benjamin Dauvergne 2011-03-14 16:32:25 +01:00
parent d729662257
commit e8643cc3f5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class BatchJob(StorableObject):
# Never saved ? Ok
pass
def __call__(self):
def __call__(self, job=None):
self.do()
def __str__(self):