Roundup Tracker - Issues

Issue 576086

classification
ZRoundup.py and variable 'path'
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: dman13 : aodl, dman13
Priority: normal :

Created on 2002-07-01 18:42 by aodl, last changed 2002-07-04 01:28 by dman13.

Files
File name Uploaded Description Edit Remove
ZRoundup.py.diff.txt aodl, 2002-07-01 18:42 Roundup.py diff against revision 1.8
Messages
msg281 Author: [hidden] (aodl) Date: 2002-07-01 18:42
In ZRoundup.py, in the method '_opendb', the variable
name 'path' is used in an 'if' statement but never defined.

The attached patch makes the variable 'path' refer to
'url[2]'  after 'urlparse()' is called.
msg282 Author: [hidden] (dman13) Date: 2002-07-04 01:28
Logged In: YES 
user_id=555791

Ok, I'm an idiot.  The patch is applied to HEAD.  I think
I've also applied it to 'maint-0-4' (I'm not familiar with
working with cvs branches)
History
Date User Action Args
2002-07-01 18:42:07aodlcreate