Roundup Tracker - Issues

Message1062

Author tepperly
Recipients
Date 2003-11-14.05:11:25
Message-id
In-reply-to
Logged In: YES 
user_id=94539

Here is my work around. In roundup-0.6.3/roundup/scripts/

$ diff roundup_server.py{~,}
81,84c81,84
<         except socket.timeout:
<             s = StringIO.StringIO()
<             traceback.print_exc(None, s)
<             self.log_message(str(s.getvalue()))
---
> #         except socket.timeout:
> #             s = StringIO.StringIO()
> #             traceback.print_exc(None, s)
> #             self.log_message(str(s.getvalue()))
History
Date User Action Args
2009-02-03 14:20:33adminlinkissue841925 messages
2009-02-03 14:20:33admincreate