Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124887
D4947.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
382 B
Subscribers
None
D4947.diff
View Options
diff --git a/swh/scanner/benchmark_algos.py b/swh/scanner/benchmark_algos.py
--- a/swh/scanner/benchmark_algos.py
+++ b/swh/scanner/benchmark_algos.py
@@ -254,6 +254,7 @@
for node in all_nodes:
if node.otype == CONTENT and not node.known:
+ all_nodes_copy.remove(node)
remove_parents(node, all_nodes_copy)
for node in all_nodes_copy:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 10:40 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224573
Attached To
D4947: scanner-benchmark: algo_min fixed, retry mechanism on request error
Event Timeline
Log In to Comment