Changeset 1636

Show
Ignore:
Timestamp:
07/24/04 22:10:10 (20 years ago)
Author:
jalet
Message:

Incorrect number of parameters in error method

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r1635 r1636  
    2424# 
    2525# $Log$ 
     26# Revision 1.35  2004/07/24 20:10:10  jalet 
     27# Incorrect number of parameters in error method 
     28# 
    2629# Revision 1.34  2004/07/24 20:07:13  jalet 
    2730# Added special Python comment to remove warning at runtime 
     
    192195class PyKotaReportGUI(PyKotaTool) : 
    193196    """PyKota Administrative GUI""" 
    194          
    195197    def guiDisplay(self) : 
    196198        """Displays the administrative interface.""" 
     
    263265                    isgroup = 0 
    264266            else : 
    265                 self.error(body, "Invalid action [%s]" % action) 
     267                self.error("Invalid action [%s]" % action) 
    266268        self.body += self.htmlListPrinters(printers or [])             
    267269        self.body += "<br />"