Show
Ignore:
Timestamp:
08/06/04 15:45:51 (20 years ago)
Author:
jalet
Message:

Fixed french translation problem.
Fixed problem with group quotas and strict enforcement.

Files:
1 modified

Legend:

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

    r1637 r1665  
    2222# 
    2323# $Log$ 
     24# Revision 1.117  2004/08/06 13:45:51  jalet 
     25# Fixed french translation problem. 
     26# Fixed problem with group quotas and strict enforcement. 
     27# 
    2428# Revision 1.116  2004/07/24 20:20:29  jalet 
    2529# Unitialized variable 
     
    716720                action = "WARN" # we can still print until account is 0 
    717721        else : 
    718             val = grouppquota.PageCounter 
     722            val = grouppquota.PageCounter or 0 
    719723            if enforcement == "STRICT" : 
    720724                val += self.softwareJobSize