From: richard Date: Wed, 25 Sep 2002 05:27:18 +0000 (+0000) Subject: #613291 ] typos in nosy list X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0059ab95498262103990c61749c268da4fb85d8b;p=roundup.git #613291 ] typos in nosy list git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1233 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 7e6325b..66c6963 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,6 +32,7 @@ are given with the most recent entry first. - 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 diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 3285709..3c3c6e1 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -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 @@ class Client: 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