aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/sosreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py
index d8c862db..47fcc0cd 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -1103,7 +1103,7 @@ class SoSReport(object):
except TimeoutError:
self.ui_log.error("\n Plugin %s timed out\n" % plugin[1])
self.running_plugs.remove(plugin[1])
- pool.shutdown(wait=False)
+ pool._threads.clear()
def collect_plugin(self, plugin):
try: