#2085: Change output file type

This commit is contained in:
Nick Todd
2023-11-29 11:41:02 +00:00
parent 957702fa5d
commit 3ab911f6af

View File

@@ -108,7 +108,7 @@ class _PrimaitePaths:
def generate_episode_step_log_file_path(self) -> Path:
"""The PrimAITE app episode step log file path."""
return self.app_log_dir_path / "epi_step.json"
return self.app_log_dir_path / "epi_step.log"
def __repr__(self) -> str:
properties_str = ", ".join([f"{p}='{getattr(self, p)}'" for p in self._get_dirs_properties()])