Can I call a macro from a rule by modifying the *kwargs to passed macro? #22210
Unanswered
nitagarwal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a rule:
(
name:"",
"dependent_macro": "foo"
)
And in rule implementation, i would like to modify the *kwargs to foo and and add a new argument. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions