Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124490
D5981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
511 B
Subscribers
None
D5981.diff
View Options
diff --git a/swh/scanner/output.py b/swh/scanner/output.py
--- a/swh/scanner/output.py
+++ b/swh/scanner/output.py
@@ -81,7 +81,7 @@
end = "/" if node.object_type == "directory" else ""
if isatty:
- if not self.nodes_data[str(node.swhid())]["known"]:
+ if not self.nodes_data[node.swhid()]["known"]:
rel_path = colorize(rel_path, Color.RED)
elif node.object_type == "directory":
rel_path = colorize(rel_path, Color.BLUE)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 12:15 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220357
Attached To
D5981: scanner: access MerkleNodeInfo with the correct key
Event Timeline
Log In to Comment