[common] pass job status to 'finalize()'

This commit is contained in:
Mike Fährmann
2026-02-06 18:47:11 +01:00
parent da887721c9
commit 40e4cc62c4
7 changed files with 14 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ class Extractor():
self._init()
self.initialize = util.noop
def finalize(self):
def finalize(self, status):
pass
def items(self):