Skip to content

Commit e7d4e75

Browse files
author
Richard Jones
committed
oops
1 parent 7c44d57 commit e7d4e75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roundup/backends/back_gadfly.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_gadfly.py,v 1.9 2002-09-03 05:46:21 richard Exp $
1+
# $Id: back_gadfly.py,v 1.10 2002-09-03 06:08:50 richard Exp $
22
__doc__ = '''
33
About Gadfly
44
============
@@ -1040,6 +1040,7 @@ def get(self, nodeid, propname, default=_marker, cache=1):
10401040
return self.db.user.lookup(name)
10411041
except KeyError:
10421042
# the journaltag user doesn't exist any more
1043+
return None
10431044

10441045
# get the property (raises KeyErorr if invalid)
10451046
prop = self.properties[propname]
@@ -1757,6 +1758,9 @@ def __init__(self, db, classname, **properties):
17571758

17581759
#
17591760
# $Log: not supported by cvs2svn $
1761+
# Revision 1.9 2002/09/03 05:46:21 richard
1762+
# handle disappearing users for journaltags
1763+
#
17601764
# Revision 1.8 2002/09/03 02:53:53 richard
17611765
# Fixed nasty bug that was preventing changes to multilinks going through.
17621766
#

0 commit comments

Comments
 (0)