changeset 1211:2658b694c3ab

[SF#613291] typos in nosy list
author Richard Jones <richard@users.sourceforge.net>
date Wed, 25 Sep 2002 05:27:18 +0000
parents 619ab5de5af0
children 8372eec95841
files CHANGES.txt roundup/cgi/client.py
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Sep 25 05:15:36 2002 +0000
+++ b/CHANGES.txt	Wed Sep 25 05:27:18 2002 +0000
@@ -32,6 +32,7 @@
 - handle multiple unrelated indexed classes
 - #614188 ] Exception in mailgw.py
 - #613310 ] traceback on onexistant items
+- #613291 ] typos in nosy list
 
 
 2002-09-13 0.5.0 beta2
--- a/roundup/cgi/client.py	Wed Sep 25 05:15:36 2002 +0000
+++ b/roundup/cgi/client.py	Wed Sep 25 05:27:18 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.43 2002-09-25 05:15:36 richard Exp $
+# $Id: client.py,v 1.44 2002-09-25 05:27:07 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -569,7 +569,7 @@
             props['roles'] = self.instance.config.NEW_WEB_USER_ROLES
             self.userid = cl.create(**props)
             self.db.commit()
-        except ValueError, message:
+        except (ValueError, KeyError), message:
             self.error_message.append(message)
             return
 

Roundup Issue Tracker: http://roundup-tracker.org/