We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84cda8 commit 622814fCopy full SHA for 622814f
luiginlp/engine.py
@@ -342,6 +342,8 @@ def on_success(self):
342
log.info("Produced output " + getattr(self, attrname)().path)
343
return super().on_success()
344
345
+ def run(self):
346
+ raise NotImplementedError("No run() method implemented for Task " + self.__class__.__name__)
347
348
def getcmd(self, *args, **kwargs):
349
if not hasattr(self,'executable'):
0 commit comments