Changeset 2991
- Timestamp:
- 08/18/06 19:33:20 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2889 r2991 570 570 val = grouppquota.PageCounter or 0 571 571 if enforcement == "STRICT" : 572 val += self.softwareJobSize572 val += int(self.softwareJobSize) 573 573 if grouppquota.SoftLimit is not None : 574 574 softlimit = int(grouppquota.SoftLimit)