Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123507
D8924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
466 B
Subscribers
None
D8924.diff
View Options
diff --git a/swh/dataset/exporters/orc.py b/swh/dataset/exporters/orc.py
--- a/swh/dataset/exporters/orc.py
+++ b/swh/dataset/exporters/orc.py
@@ -266,7 +266,7 @@
datetime_to_tuple(visit_status["date"]),
visit_status["status"],
hash_to_hex_or_none(visit_status["snapshot"]),
- visit_status["type"],
+ visit_status.get("type"), # missing from old messages
)
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 9:53 AM (18 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3213822
Attached To
D8924: exporters/orc: Fix crash on visit status with no type
Event Timeline
Log In to Comment