Show
Ignore:
Timestamp:
04/17/03 11:26:21 (21 years ago)
Author:
jalet
Message:

repykota now reports account balances too.

Files:
1 modified

Legend:

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

    r927 r929  
    2121# 
    2222# $Log$ 
     23# Revision 1.34  2003/04/17 09:26:21  jalet 
     24# repykota now reports account balances too. 
     25# 
    2326# Revision 1.33  2003/04/16 12:35:49  jalet 
    2427# Groups quota work now ! 
     
    306309            else :     
    307310                # TODO : there's no warning (no account balance soft limit) 
     311                (balance, lifetimepaid) = balance 
    308312                if balance <= 0.0 : 
    309313                    action = "DENY" 
     
    381385            else :     
    382386                # TODO : there's no warning (no account balance soft limit) 
     387                (balance, lifetimepaid) = balance 
    383388                if balance <= 0.0 : 
    384389                    action = "DENY"