(self, cleanup: bool = False)
| 174 | dest_path=self.log_round(round_num), |
| 175 | ) |
| 176 | |
| 177 | # Remove logs from container to save space |
| 178 | assert_zero_exit_code( |
| 179 | self.environment.execute(f"rm -rf {self.log_env}"), |
| 180 | logger=self.logger, |
| 181 | ) |
| 182 | |
| 183 | def end(self, cleanup: bool = False): |
| 184 | if cleanup: |