Skip to content
Commit 7738f6df authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

plugin.py: Redirect DEBUG from `__del__` to `sys.stderr`



Previously, debug messages from `Plugin.__del__()` went to stdout
which was a problem for the test suite in extremely rare and hard to
predict circumstances.  This corrects that by sending the message to
stderr where all the rest of the messages tend to go.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent d153453c
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment