summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-08-31 14:10:28 +0200
committerMartin Sivak <msivak@redhat.com>2010-08-31 14:10:28 +0200
commitd3d058d01dfd6cb5e8400adb486909baa8fc26b9 (patch)
tree36598814ae9e57e3842f9a093368605a560a5998
parent7ad47fb87c73b45863f5cbe16d0eba5d1b7a9723 (diff)
downloadfirstaidkit-d3d058d01dfd6cb5e8400adb486909baa8fc26b9.tar.gz
firstaidkit-d3d058d01dfd6cb5e8400adb486909baa8fc26b9.tar.xz
firstaidkit-d3d058d01dfd6cb5e8400adb486909baa8fc26b9.zip
Fix traceback occuring when reply was processed in plugin before notifyAll
-rw-r--r--pyfirstaidkit/reporting.py1
1 files changed, 0 insertions, 1 deletions
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"""