Skip to content

How to access param added via register_action_param #499

Answered by drazvan
rgstephens asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rgstephens !

The parameters that are registered using register_action_param are passed automatically to the actions when they are invoked. You can think of them as keyword parameters with default values in Python.

If you're getting the error above, it looks like the registration did not take place correctly. Can you share a minimal example to reproduce this. Thanks!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rgstephens
Comment options

Answer selected by rgstephens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants