From ad9e2d552a5df0a95488181a70a003b76af4a0bf Mon Sep 17 00:00:00 2001 From: John Andersen Date: Thu, 2 Dec 2021 07:27:01 -0800 Subject: [PATCH] util: testing: manifest: shim: Pass args to call_function next phase Signed-off-by: John Andersen --- dffml/util/testing/manifest/shim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dffml/util/testing/manifest/shim.py b/dffml/util/testing/manifest/shim.py index cbec810a07..0d55a0dc94 100755 --- a/dffml/util/testing/manifest/shim.py +++ b/dffml/util/testing/manifest/shim.py @@ -724,7 +724,7 @@ def next_phase_parser_action_call_function( Execute the next phase and pass the manifest as only argument to the parser.target function. """ - parser.target(manifest) + parser.target(manifest, *args.args) DEFAULT_FORMAT_PARSER_ACTIONS = {