Page MenuHomeSoftware Heritage

D5934.diff
No OneTemporary

D5934.diff

diff --git a/swh/storage/postgresql/db.py b/swh/storage/postgresql/db.py
--- a/swh/storage/postgresql/db.py
+++ b/swh/storage/postgresql/db.py
@@ -1350,7 +1350,7 @@
[(id_,) for id_ in ids],
)
- def raw_extrinsic_metadata_get_authorities(self, id: Sha1Git, cur=None):
+ def raw_extrinsic_metadata_get_authorities(self, id: str, cur=None):
cur = self._cursor(cur)
cur.execute(
"""

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 14, 2:01 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218089

Event Timeline