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

Commit

Permalink
util: testing: manifest: shim: Pass args to call_function next phase
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Dec 2, 2021
1 parent b61c7ec commit e1914f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dffml/util/testing/manifest/shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e1914f7

Please sign in to comment.