Roundup Tracker - Issues

Issue 500535

classification
variable names in Client._handle_message
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : pohly, richard
Priority: normal :

Created on 2002-01-07 20:10 by pohly, last changed 2002-01-07 20:10 by pohly.

Messages
msg110 Author: [hidden] (pohly) Date: 2002-01-07 20:10
Traceback (most recent call last):
   File "./roundup/cgi_client.py", line 541, in newnode
     nid = self._createnode()
   File "./roundup/cgi_client.py", line 406, in
_createnode
     message, files = self._handle_message()
   File "./roundup/cgi_client.py", line 461, in
_handle_message
     messageid = "%s.%s.%s%s-%s"%(time.time(),
random.random(),
 NameError: global name 'classname' is not defined



classname is probably cn, but then nodeid and (in
the return statement) message_id (mind the underscore)
are also wrong.
msg111 Author: [hidden] (richard) Date: 2002-01-07 20:25
Logged In: YES 
user_id=6405

*mutter* stupid cutnpaste

History
Date User Action Args
2002-01-07 20:10:15pohlycreate