Roundup Tracker - Issues

Message1934

Author leemoore1966
Recipients
Date 2005-04-25.13:31:52
Message-id
In-reply-to
Hi Support,

I am trying to perform a command line search based upon
a topic value, when I issue the following command :-

$ roundup-admin find issue topic=6

I get the following
Traceback (most recent call last):
  File
"/home/roundup/local/lib/python2.3/site-packages/roundup/admin.py",
line 1317, in run_command
    ret = function(args[1:])
  File
"/home/roundup/local/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 appear to have the following topics setup:-
$ roundup-admin list keyword
   1: Explorer
   2: System Admin
   3: Engineering Process
   4: GUI
   5: Issue Tracker
   6: regressionTest

what is the problem ?
Thx
Lee
History
Date User Action Args
2009-02-03 14:21:19adminlinkissue1189465 messages
2009-02-03 14:21:19admincreate