Issue 500535
Created on 2002-01-07 20:10 by pohly, last changed 2002-01-07 20:10 by pohly.
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
|
|
Date |
User |
Action |
Args |
2002-01-07 20:10:15 | pohly | create | |
|