Files
capa/capa
Willi Ballenthin 5776bad371 fix: guard parse_node against missing "type" key to avoid TypeError crash
When "type" is absent from node_data, node_data.get(None) returns None
and "description" in None raises TypeError. Guard with early returns.

Closes SURF-73
2026-05-08 17:58:07 +02:00
..
2026-04-23 18:04:10 +03:00
2025-01-15 08:52:42 -07:00
2026-04-01 10:58:02 +02:00