Roundup Tracker - Issues

Message94

Author ericjones
Recipients
Date 2001-12-18.03:41:54
Message-id
In-reply-to
When trying to add a file to a bug report, I get the 
following traceback.  This is on windows 2000 with 
Python2.2.  My command line was:

    roundup-server -p 9090


Traceback (most recent call last):
  File "C:\Python22\Lib\site-
packages\roundup\cgi_client.py", line 567, in newfile
    type=type, name=file.filename))
  File "C:\Python22\Lib\site-
packages\roundup\cgi_client.py", line 411, in 
_post_editnode
    if type(value) != type([]): value = [value]
UnboundLocalError: local variable 'type' referenced 
before assignment

History
Date User Action Args
2009-02-03 14:19:59adminlinkissue494451 messages
2009-02-03 14:19:59admincreate