Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit ad9e2d5

Browse files
committed
util: testing: manifest: shim: Pass args to call_function next phase
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent fbfbddb commit ad9e2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dffml/util/testing/manifest/shim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def next_phase_parser_action_call_function(
724724
Execute the next phase and pass the manifest as only argument to the
725725
parser.target function.
726726
"""
727-
parser.target(manifest)
727+
parser.target(manifest, *args.args)
728728

729729

730730
DEFAULT_FORMAT_PARSER_ACTIONS = {

0 commit comments

Comments
 (0)