(self)
| 138 | wait_and_raise_if_fail(self) |
| 139 | |
| 140 | def branch(self): |
| 141 | c = GenTool(self.name_executable, out=self.output, err=self.error) |
| 142 | c.options = copy.deepcopy(self.options) |
| 143 | return c |
| 144 | |
| 145 | def get_build_version(self): |
| 146 | p = subprocess.Popen( |