Should be called before we call the run method.
(self, *, new_round: int)
| 90 | ) |
| 91 | == 0 |
| 92 | ): |
| 93 | assert_zero_exit_code( |
| 94 | self.environment.execute(f"git checkout -B {self._branch_name} origin/{self._branch_name}"), |
| 95 | logger=self.logger, |
| 96 | ) |
| 97 | else: |
| 98 | self.logger.info(f"Branch {self._branch_name} doesn't exist on remote, creating it") |
| 99 | assert_zero_exit_code( |
no test coverage detected