2009/9/23 Guido Trotter <[email protected]>: > --- a/lib/confd/client.py > +++ b/lib/confd/client.py > + if self._logger is not None: > + self._logger.debug("Discarding broken package: %s" % err)
Wouldn't “if self._logger” suffice as a check? Regards, Michael
