Changeset 2992
- Timestamp:
- 08/21/06 00:11:38 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2991 r2992 570 570 val = grouppquota.PageCounter or 0 571 571 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 573 573 if grouppquota.SoftLimit is not None : 574 574 softlimit = int(grouppquota.SoftLimit)