Code

#613291 ] typos in nosy list
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 25 Sep 2002 05:27:18 +0000 (05:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 25 Sep 2002 05:27:18 +0000 (05:27 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1233 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/cgi/client.py

index 7e6325bb33f58fe548f7af917496d0ef805c840e..66c69634cc87234839d437969bf4dfe1f959311c 100644 (file)
@@ -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
index 3285709c7a7460760d17aa724c2f8743458b2995..3c3c6e1f48ce4ad719d488093820e5aa29915eb0 100644 (file)
@@ -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