Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7342992
D3211.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
491 B
Subscribers
None
D3211.id.diff
View Options
diff --git a/swh/storage/cassandra/converters.py b/swh/storage/cassandra/converters.py
--- a/swh/storage/cassandra/converters.py
+++ b/swh/storage/cassandra/converters.py
@@ -45,7 +45,7 @@
extra_headers = db_to_git_headers(metadata["extra_headers"])
metadata["extra_headers"] = extra_headers
return Revision(
- parents=parents,
+ parents=tuple(parents),
type=RevisionType(revision.pop("type")),
metadata=metadata,
**revision,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 6:35 PM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220912
Attached To
D3211: cassandra.converters: Fix revision type
Event Timeline
Log In to Comment