Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342064
D7597.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
744 B
Subscribers
None
D7597.diff
View Options
diff --git a/swh/loader/core/loader.py b/swh/loader/core/loader.py
--- a/swh/loader/core/loader.py
+++ b/swh/loader/core/loader.py
@@ -238,13 +238,6 @@
"""
raise NotImplementedError
- def store_metadata(self) -> None:
- """Store fetched metadata in the database.
-
- For more information, see implementation in :class:`DepositLoader`.
- """
- pass
-
def load_status(self) -> Dict[str, str]:
"""Detailed loading status.
@@ -334,7 +327,6 @@
if not more_data_to_fetch:
break
- self.store_metadata()
visit_status = OriginVisitStatus(
origin=self.origin.url,
visit=self.visit.visit,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 12:27 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216166
Attached To
D7597: Remove unused function BaseLoader.store_metadata.
Event Timeline
Log In to Comment