Roundup Tracker - Issues

Message1029

Author anonymous
Recipients
Date 2003-11-03.23:12:48
Message-id
In-reply-to
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
History
Date User Action Args
2009-02-03 14:20:31adminlinkissue835365 messages
2009-02-03 14:20:31admincreate