Page MenuHomeSoftware Heritage

D8963.diff
No OneTemporary

D8963.diff

diff --git a/swh/dataset/luigi.py b/swh/dataset/luigi.py
--- a/swh/dataset/luigi.py
+++ b/swh/dataset/luigi.py
@@ -271,8 +271,13 @@
)
def output(self) -> List[luigi.Target]:
- """Returns stamp and meta paths on the local FS."""
- return self._stamps() + [self._meta()]
+ """Returns path of `meta/export.json` on the local FS."""
+ return [self._meta()]
+
+ def complete(self) -> bool:
+ return super().complete() and _export_metadata_has_object_types(
+ self._meta(), self.object_types
+ )
def _stamps(self):
return [

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 14, 3:36 AM (14 h, 39 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3213811

Event Timeline