(self)
| 116 | logger.info('Open the file < %s >, update and run it.' % save_pkl_path) |
| 117 | |
| 118 | def execute(self): |
| 119 | if self.args.action == 'create': |
| 120 | self.create_template() |
| 121 | else: |
| 122 | raise ValueError('The parameter of action must be in [create]') |
nothing calls this directly
no test coverage detected