Get the path to the results file.
(self)
| 152 | logger.error(f"Failed to save results to {self.filepath}: {e}") |
| 153 | |
| 154 | def get_file_path(self) -> str: |
| 155 | """Get the path to the results file.""" |
| 156 | return str(self.filepath) |
| 157 | |
| 158 | |
| 159 | def parse_args(): |
no outgoing calls
no test coverage detected