summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed1f70d)
raw | patch | inline | side by side (parent: ed1f70d)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 7 Oct 2010 13:57:19 +0000 (13:57 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 7 Oct 2010 13:57:19 +0000 (13:57 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4539 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/hyperdb.py | patch | blob | history |
diff --git a/roundup/hyperdb.py b/roundup/hyperdb.py
index 3a7ad592cad8a38633516ae32f2ad2e85d51556e..45a8c6c784f06591465aabe62d55847cb352c647 100644 (file)
--- a/roundup/hyperdb.py
+++ b/roundup/hyperdb.py
assert (str(n) == nodeid)
if n != last:
if r:
- self.db.setjournal(self.classname, nodeid, r)
+ self.db.setjournal(self.classname, str(last), r)
last = n
r = []