Show
Ignore:
Timestamp:
07/09/03 08:03:41 (21 years ago)
Author:
jalet
Message:

Fixed typo when using edpykota --prototype

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r1070 r1078  
    2323# 
    2424# $Log$ 
     25# Revision 1.53  2003/07/09 06:03:41  jalet 
     26# Fixed typo when using edpykota --prototype 
     27# 
    2528# Revision 1.52  2003/07/07 12:11:13  jalet 
    2629# Small fix 
     
    430433            if options["prototype"] : 
    431434                if protoentry.Exists : 
    432                     protoquota = getattr(self.storage, "get%PQuota" % suffix)(protoentry, printer) 
     435                    protoquota = getattr(self.storage, "get%sPQuota" % suffix)(protoentry, printer) 
    433436                    if not protoquota.Exists : 
    434437                        self.logger.log_message(_("Prototype %s not found in Quota Storage for printer %s.") % (protoentry.Name, printer.Name))