(self)
| 159 | self.pprint() |
| 160 | |
| 161 | def pprint(self): |
| 162 | logger.info('>>> Clone the model_git < %s >, commit and push it.' |
| 163 | % self.get_model_url()) |
| 164 | logger.info('>>> Open the url < %s >, check and read it.' % self.url) |
| 165 | logger.info('>>> Visit the model_id < %s >, download and run it.' |
| 166 | % self.model_id) |
| 167 | |
| 168 | def execute(self): |
| 169 | if self.args.action == 'create': |
no test coverage detected