Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7437597
D5934.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
441 B
Subscribers
None
D5934.diff
View Options
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
Details
Attached
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
Attached To
D5934: Add endpoint raw_extrinsic_metadata_get_authorities
Event Timeline
Log In to Comment