Roundup Tracker - Issues

Message3580

Author tobias-herp
Recipients tobias-herp
Date 2009-02-23.02:05:08
Message-id <1235354709.38.0.406826401304.issue2550517@psf.upfronthosting.co.za>
In-reply-to
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)
History
Date User Action Args
2009-02-23 02:05:09tobias-herpsetmessageid: <1235354709.38.0.406826401304.issue2550517@psf.upfronthosting.co.za>
2009-02-23 02:05:09tobias-herpsetrecipients: + tobias-herp
2009-02-23 02:05:09tobias-herplinkissue2550517 messages
2009-02-23 02:05:08tobias-herpcreate