Roundup Tracker - Issues

Issue 1189465

classification
roundup-admin, find based on topic
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed fixed
:
: richard : leemoore1966, richard
Priority: normal :

Created on 2005-04-25 13:31 by leemoore1966, last changed 2005-04-25 13:31 by leemoore1966.

Messages
msg1934 Author: [hidden] (leemoore1966) Date: 2005-04-25 13:31
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
2005-04-25 13:31:52leemoore1966create