Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123417
D8573.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.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
Thu, Dec 19, 8:45 AM (14 h, 50 m)
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