diff --git a/jube/benchmark.py b/jube/benchmark.py index 1171332..8404b77 100644 --- a/jube/benchmark.py +++ b/jube/benchmark.py @@ -692,9 +692,9 @@ def log_e(e): else: self.wp_post_run_config(workpackage) - # Store workpackage information - self.write_workpackage_information( - os.path.join(self.bench_dir, jube.conf.WORKPACKAGES_FILENAME)) + # Store workpackage information + self.write_workpackage_information( + os.path.join(self.bench_dir, jube.conf.WORKPACKAGES_FILENAME)) print("\n") status_data = [("stepname", "all", "open", "wait", "error", "done")]