Expected to return a tuple (path to the format processor script, list of arguments).
(self)
| 313 | raise NotImplementedError |
| 314 | |
| 315 | def GetProcessorScript(self): |
| 316 | """Expected to return a tuple |
| 317 | (path to the format processor script, list of arguments).""" |
| 318 | raise NotImplementedError |
| 319 | |
| 320 | def GetProcessorCommand(self): |
| 321 | format_processor, options = self.GetProcessorScript() |