(self, cmd_str, repo_dict)
| 558 | return True |
| 559 | |
| 560 | def CustomPreProcess(self, cmd_str, repo_dict): |
| 561 | return cmd_str.format(repo_dict, self._args, CONFIG_MAP[self._args.config]) |
| 562 | |
| 563 | def PreBuild(self): |
| 564 | """Execute any prebuild steps from the repo root""" |