Roundup Tracker - Issues

Issue 2550517

classification
error when serving empty csv list
Type: behavior Severity: minor
Components: Web interface Versions: 1.4
process
Status: closed fixed
:
: stefan : stefan, tobias-herp
Priority: : patch

Created on 2009-02-23 02:05 by tobias-herp, last changed 2009-02-24 05:07 by stefan.

Files
File name Uploaded Description Edit Remove
client.patch tobias-herp, 2009-02-23 02:05 simple change of indentation level
Messages
msg3580 Author: [hidden] (tobias-herp) Date: 2009-02-23 02:05
If a tracker serves the csv list when no issues are there yet (e.g. when
running the demo tracker), an error occurs:

  File "U:\roundup\cgi\client.py", line 1306, in write_file
    self.write(content)
UnboundLocalError: local variable 'content' referenced before assignment

The file is served anyway; however, the correction is easy (see applied
patch)
msg3586 Author: [hidden] (stefan) Date: 2009-02-24 05:07
Fixed in rev:4169. Thanks for the report and patch !
History
Date User Action Args
2009-02-24 05:07:48stefansetstatus: new -> closed
assignee: stefan
resolution: fixed
messages: + msg3586
nosy: + stefan
2009-02-23 02:05:09tobias-herpcreate