[pp] add 'child' & 'child-after' events

This commit is contained in:
Mike Fährmann
2026-02-01 21:16:31 +01:00
parent 56dcd00391
commit c42a5dce5c
3 changed files with 18 additions and 1 deletions

View File

@@ -179,7 +179,8 @@ class PrintAction(argparse.Action):
event = event.strip().lower()
if event not in {"init", "file", "after", "skip", "error",
"prepare", "prepare-after", "post", "post-after",
"finalize", "finalize-success", "finalize-error"}:
"finalize", "finalize-success", "finalize-error",
"child", "child-after"}:
format_string = value
event = ("prepare",)