Issue 1174581
Created on 2005-04-01 03:22 by oiketohn, last changed 2005-04-01 03:22 by oiketohn.
msg1923 |
Author: [hidden] (oiketohn) |
Date: 2005-04-01 03:22 |
|
I get an error when I try to use "roundup-admin find"
to search Multilink
properties. Here's the command I'm running:
roundup-admin find issue messages=1
I get this traceback from this command and any other in
which I use "find" to search on a Multilink property:
Traceback (most recent call last):
File
"/usr/lib/python2.3/site-packages/roundup/admin.py",
line 1317, in run_command
ret = function(args[1:])
File
"/usr/lib/python2.3/site-packages/roundup/admin.py",
line 648, in do_find
d[hyperdb.rawToHyperdb(self.db, cl, None, propname,
value)] = 1
TypeError: list objects are unhashable
I'm using version 0.8.2. This worked fine in 0.7. I'm
using the sqlite backend on Debian.
|
|
Date |
User |
Action |
Args |
2005-04-01 03:22:24 | oiketohn | create | |
|