diff --git a/src/rougail/user_data_questionary/config.py b/src/rougail/user_data_questionary/config.py index 15b1ee8..2d58164 100644 --- a/src/rougail/user_data_questionary/config.py +++ b/src/rougail/user_data_questionary/config.py @@ -33,7 +33,7 @@ questionary: help: {_("The user will enter variable values in a command-line interface. The variables will be displayed one after another, allowing the user to change or add values.")} disabled: jinja: >- - {{{{ step.user_data is not propertyerror or 'questionary' not in step.user_data }}}} + {{{{ step.user_data is propertyerror or 'questionary' not in step.user_data }}}} return_type: boolean description: {_('if questionary is not set in "step.user_data"')}