Roundup Tracker - Issues

Message1923

Author oiketohn
Recipients
Date 2005-04-01.03:22:24
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:21:17adminlinkissue1174581 messages
2009-02-03 14:21:17admincreate