diff options
Diffstat (limited to 'qa/tasks/fwd_scrub.py')
-rw-r--r-- | qa/tasks/fwd_scrub.py | 2 |
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:") |