From d3d058d01dfd6cb5e8400adb486909baa8fc26b9 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 31 Aug 2010 14:10:28 +0200 Subject: Fix traceback occuring when reply was processed in plugin before notifyAll --- pyfirstaidkit/reporting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfirstaidkit/reporting.py b/pyfirstaidkit/reporting.py index ec14b13..0c3e79f 100644 --- a/pyfirstaidkit/reporting.py +++ b/pyfirstaidkit/reporting.py @@ -231,7 +231,6 @@ class Reports(object): self._mailboxes.remove(mb) finally: self._queue_lock.release() - mb._parent = None def closeMailbox(self): """Close mailbox when not needed anymore""" -- cgit