Show
Ignore:
Timestamp:
04/10/04 00:24:47 (20 years ago)
Author:
jalet
Message:

Began work on correct handling of child processes when jobs are cancelled by
the user. Especially important when an external requester is running for a
long time.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/querying.py

    r1271 r1433  
    2222# 
    2323# $Log$ 
     24# Revision 1.13  2004/04/09 22:24:47  jalet 
     25# Began work on correct handling of child processes when jobs are cancelled by 
     26# the user. Especially important when an external requester is running for a 
     27# long time. 
     28# 
    2429# Revision 1.12  2004/01/11 23:22:42  jalet 
    2530# Major code refactoring, it's way cleaner, and now allows automated addition 
     
    7277        """Initializes querying accounter.""" 
    7378        AccounterBase.__init__(self, kotabackend, arguments) 
    74         self.requester = openRequester(kotabackend.config, kotabackend.printername) 
     79        self.requester = openRequester(kotabackend, kotabackend.printername) 
    7580        self.isDelayed = 1 # With the pykota filter, accounting is delayed by one job 
    7681