Changeset 1636
- Timestamp:
- 07/24/04 22:10:10 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1635 r1636 24 24 # 25 25 # $Log$ 26 # Revision 1.35 2004/07/24 20:10:10 jalet 27 # Incorrect number of parameters in error method 28 # 26 29 # Revision 1.34 2004/07/24 20:07:13 jalet 27 30 # Added special Python comment to remove warning at runtime … … 192 195 class PyKotaReportGUI(PyKotaTool) : 193 196 """PyKota Administrative GUI""" 194 195 197 def guiDisplay(self) : 196 198 """Displays the administrative interface.""" … … 263 265 isgroup = 0 264 266 else : 265 self.error( body,"Invalid action [%s]" % action)267 self.error("Invalid action [%s]" % action) 266 268 self.body += self.htmlListPrinters(printers or []) 267 269 self.body += "<br />"