Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 06:08:50 +0000 (06:08 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 3 Sep 2002 06:08:50 +0000 (06:08 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1043 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/backends/back_gadfly.py

index 8bfc257bf5b4d9ba45da835e8e576b3ffe320c9d..48383719829bba5340e5009121ebcd6a1a1bf294 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: back_gadfly.py,v 1.9 2002-09-03 05:46:21 richard Exp $
+# $Id: back_gadfly.py,v 1.10 2002-09-03 06:08:50 richard Exp $
 __doc__ = '''
 About Gadfly
 ============
@@ -1040,6 +1040,7 @@ class Class(hyperdb.Class):
                 return self.db.user.lookup(name)
             except KeyError:
                 # the journaltag user doesn't exist any more
+                return None
 
         # get the property (raises KeyErorr if invalid)
         prop = self.properties[propname]
@@ -1757,6 +1758,9 @@ class IssueClass(Class, roundupdb.IssueClass):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.9  2002/09/03 05:46:21  richard
+# handle disappearing users for journaltags
+#
 # Revision 1.8  2002/09/03 02:53:53  richard
 # Fixed nasty bug that was preventing changes to multilinks going through.
 #