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

Bug fix for edpykota --add with users who already had a quota on the printer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r900 r907  
    2323# 
    2424# $Log$ 
     25# Revision 1.34  2003/04/11 16:51:11  jalet 
     26# Bug fix for edpykota --add with users who already had a quota on the printer. 
     27# 
    2528# Revision 1.33  2003/04/10 21:47:20  jalet 
    2629# Job history added. Upgrade script neutralized for now ! 
     
    289292                raise PyKotaToolError, _("Both hard and soft limits must be set ! Aborting.") 
    290293            if options["add"] :     
    291                 allidnames = [(None, n) for n in names] 
     294                allidnames = [(self.storage.getUserId(n), n) for n in names] 
    292295            else :    
    293296                if options["groups"] :