Roundup Tracker - Issues

Issue 835365

classification
DevNull has no flush() method
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2003-11-03 23:12 by anonymous, last changed 2003-11-03 23:12 by anonymous.

Messages
msg1029 Author: [hidden] (anonymous) Date: 2003-11-03 23:12
If logging is turned off in the cgi interface, as it is
be default, roundup tries to call DevNull.flush(),
which doesn't exist. It's easy to define it as

def flush(self):
    pass

and add it to other do-nothing methods of DevNull.

Seems like an easy fix.

Frank Gibbons
fgibbons@hms.harvard.edu
msg1030 Author: [hidden] (richard) Date: 2003-11-03 23:39
Logged In: YES 
user_id=6405

thanks :) 
History
Date User Action Args
2003-11-03 23:12:48anonymouscreate