def do_stop(self):
     # Call parent method
     BlockingPlugin.do_stop(self)
    def do_stop(self):
        # Save artifacts
        self._save_artifacts()

        # Call parent method
        BlockingPlugin.do_stop(self)