We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599540 commit 007f410Copy full SHA for 007f410
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.34 2002-09-16 05:32:09 richard Exp $
+# $Id: client.py,v 1.35 2002-09-16 05:33:58 richard Exp $
2
3
__doc__ = """
4
WWW request handler (also used in the stand-alone server).
@@ -397,7 +397,7 @@ def handle_action(self):
397
try:
398
# get the action, validate it
399
action = self.form[':action'].value
400
- for name, method in selc.actions:
+ for name, method in self.actions:
401
if name == action:
402
break
403
else:
0 commit comments