Add missing property

This commit is contained in:
Nuno Campos
2024-11-18 16:02:54 -08:00
parent 97dd30711a
commit d63bfc6879
+8
View File
@@ -191,6 +191,14 @@ def map_debug_checkpoint(
"state": t.state,
}
if t.error
else {
"id": t.id,
"name": t.name,
"result": t.result,
"interrupts": tuple(asdict(i) for i in t.interrupts),
"state": t.state,
}
if t.result
else {
"id": t.id,
"name": t.name,