Roundup Tracker - Issues

Issue 681042

classification
roundup-reminder.py with errors
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed fixed
:
: richard : hfoffani, richard
Priority: normal :

Created on 2003-02-05 16:47 by hfoffani, last changed 2003-02-05 16:47 by hfoffani.

Messages
msg632 Author: [hidden] (hfoffani) Date: 2003-02-05 16:47
the script roundup-reminder.py doesn't work in the
unmodified standard installation.

errors:
line 136 should say TRACKER_WEB instead of
ISSUE_TRACKER_WEB

line 61 should say db.issue.get(issue_id, 'priority')
instead of db.issue.get(issue_id, 'timeliness')

and it should "import sys" because of sys.argv[]

regards,
-Hernan

roundup 0.5.5
python 2.2.2
windows 2000 spanish version

History
Date User Action Args
2003-02-05 16:47:34hfoffanicreate