Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123769
D8573.id30928.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
459 B
Subscribers
None
D8573.id30928.diff
View Options
diff --git a/swh/loader/core/discovery.py b/swh/loader/core/discovery.py
--- a/swh/loader/core/discovery.py
+++ b/swh/loader/core/discovery.py
@@ -181,7 +181,7 @@
if not sample_per_type:
continue
known = set(sample_per_type)
- unknown = set(await method(sample_per_type))
+ unknown = set(await method(list(sample_per_type)))
known -= unknown
self.mark_known(known)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 20 2024, 12:24 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220439
Attached To
D8573: discovery: Fix compatibility with storage RPC API
Event Timeline
Log In to Comment