diff --git a/cli/medperf/commands/dataset/prepare.py b/cli/medperf/commands/dataset/prepare.py index cb6ca6eea..32ee6def8 100644 --- a/cli/medperf/commands/dataset/prepare.py +++ b/cli/medperf/commands/dataset/prepare.py @@ -197,8 +197,7 @@ def run_prepare(self): raise e self.ui.print("> Cube execution complete") - if not self.dataset.for_test: - report_sender.stop("finished") + report_sender.stop("finished") def run_sanity_check(self): sanity_check_timeout = config.sanity_check_timeout