[pp] add 'child' & 'child-after' events
This commit is contained in:
@@ -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",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user