Changeset 2992

Show
Ignore:
Timestamp:
08/21/06 00:11:38 (18 years ago)
Author:
jerome
Message:

Added a TODO remark about the value of grouppquota.PageCounter?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r2991 r2992  
    570570            val = grouppquota.PageCounter or 0 
    571571            if enforcement == "STRICT" : 
    572                 val += int(self.softwareJobSize) 
     572                val += int(self.softwareJobSize) # TODO : this is not a fix, problem is elsewhere in grouppquota.PageCounter 
    573573            if grouppquota.SoftLimit is not None : 
    574574                softlimit = int(grouppquota.SoftLimit)