summaryrefslogtreecommitdiffstats
path: root/qa/tasks/fwd_scrub.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/fwd_scrub.py')
-rw-r--r--qa/tasks/fwd_scrub.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/tasks/fwd_scrub.py b/qa/tasks/fwd_scrub.py
index 2ac92439de6..d955d232c2c 100644
--- a/qa/tasks/fwd_scrub.py
+++ b/qa/tasks/fwd_scrub.py
@@ -33,6 +33,8 @@ class ForwardScrubber(ThrasherGreenlet):
def _run(self):
try:
self.do_scrub()
+ except ThrasherGreenlet.Stopped:
+ pass
except Exception as e:
self.set_thrasher_exception(e)
self.logger.exception("exception:")