Page MenuHomeSoftware Heritage

D5981.diff
No OneTemporary

D5981.diff

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

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

Event Timeline