From c2a2c55c44cee1acdb13eb3777da84888a2c656e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 29 Dec 2025 21:50:44 +0100 Subject: [PATCH] fix: --- src/rougail/user_data_questionary/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"')}