This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#98 closed defect (fixed)

Bug in the taskdaemon

Reported by: pferreir Owned by: jbenito
Priority: normal Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

As reported by David Bourillot:

- bug in file MaKaC/common/timerExec.py, line 82, a parameter is 
missing in the declaration of the method _runObj :
<<< def _runObj(self):
 >>>def _runObj(self, obj):

Change History (3)

comment:1 Changed 6 years ago by jbenito

  • Owner set to jbenito
  • Status changed from new to accepted

comment:2 Changed 6 years ago by jose.benito.gonzalez@…

  • Resolution set to fixed
  • Status changed from accepted to closed

commit c6cd5e1fe08a5a8c7a0df9780532993761e0c93a
Author: Jose Benito <jose.benito.gonzalez@…>
Date: Tue Dec 15 11:26:49 2009 +0100

[FIXED] Bug in task daemon


fixes #98

comment:3 Changed 5 years ago by Jose Benito <jose.benito.gonzalez@…>

In [c6cd5e1fe08a5a8c7a0df9780532993761e0c93a]:

[FIXED] Bug in task daemon

fixes #98

Note: See TracTickets for help on using tickets.