File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
37382002-09-13 0.5.0 beta2
Original file line number Diff line number Diff line change 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__ = """
44WWW 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
You can’t perform that action at this time.
0 commit comments