Show
Ignore:
Timestamp:
10/08/05 17:09:33 (19 years ago)
Author:
jerome
Message:

Now warnpykota handles 'noprint', 'noquota' and 'nochange' limitations as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/warnpykota

    r2512 r2547  
    122122                       self.storage.getUserNbJobsFromHistory(user) : 
    123123                        done = alreadydone.get(user.Name) 
    124                         if (user.LimitBy.lower() != 'balance') or not done : 
     124                        if (user.LimitBy == 'quota') or not done : 
    125125                            action = self.warnUserPQuota(userpquota) 
    126126                            if not done :