summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb207b8)
raw | patch | inline | side by side (parent: eb207b8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 3 Sep 2002 06:08:50 +0000 (06:08 +0000) | ||
committer | richard <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 | patch | blob | history |
index 8bfc257bf5b4d9ba45da835e8e576b3ffe320c9d..48383719829bba5340e5009121ebcd6a1a1bf294 100644 (file)
-# $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
============
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]
#
# $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.
#