(self, cmd_str, repo_dict)
| 430 | print(command_output(['git', 'status'], self.repo_dir)) |
| 431 | |
| 432 | def CustomPreProcess(self, cmd_str, repo_dict): |
| 433 | return cmd_str.format(repo_dict, self._args, CONFIG_MAP[self._args.config]) |
| 434 | |
| 435 | def PreBuild(self): |
| 436 | """Execute any prebuild steps from the repo root""" |