diff --git a/cadetrdm/repositories.py b/cadetrdm/repositories.py index 71f6d65..03d62c1 100644 --- a/cadetrdm/repositories.py +++ b/cadetrdm/repositories.py @@ -1090,7 +1090,7 @@ def update_output_main_logs(self, output_dict: dict = None): json.dump(entry.to_dict(), f, indent=2) if self.options is not None: - self.options.dump_json_file(logs_dir / "options.json") + self.options.dump_json_file(logs_dir / "options.json", indent=2) log = OutputLog(self.output_log_file) log.entries[output_branch_name] = entry