pull/401/head
Mike Lang 1 month ago
parent 7d89569ead
commit 25e5e933b5

@ -172,7 +172,7 @@ class StreamLogEventsMiddleware(Middleware):
# Convey parent info
if row["depth"] > 0:
output["description"] = "^" * row["depth"] + " " + output["description"]
pre_note = f"Part of event {output['parent']}"
pre_note = f"Part of event {row['parent']}"
output["notes"] = f"{pre_note}. {output['notes']}" if output["notes"] else pre_note
return output

Loading…
Cancel
Save