Skip to content

Commit ed00272

Browse files
author
Richard Jones
committed
[SF#613291] typos in nosy list
1 parent 24c0b91 commit ed00272

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ are given with the most recent entry first.
3232
- handle multiple unrelated indexed classes
3333
- #614188 ] Exception in mailgw.py
3434
- #613310 ] traceback on onexistant items
35+
- #613291 ] typos in nosy list
3536

3637

3738
2002-09-13 0.5.0 beta2

roundup/cgi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.43 2002-09-25 05:15:36 richard Exp $
1+
# $Id: client.py,v 1.44 2002-09-25 05:27:07 richard Exp $
22

33
__doc__ = """
44
WWW request handler (also used in the stand-alone server).
@@ -569,7 +569,7 @@ def registerAction(self):
569569
props['roles'] = self.instance.config.NEW_WEB_USER_ROLES
570570
self.userid = cl.create(**props)
571571
self.db.commit()
572-
except ValueError, message:
572+
except (ValueError, KeyError), message:
573573
self.error_message.append(message)
574574
return
575575

0 commit comments

Comments
 (0)