vars/prompts: print var name even if custom description is set

This commit is contained in:
DavHau
2025-03-26 16:47:04 +07:00
parent f5f3f96809
commit e2ccd979ed

View File

@@ -45,7 +45,7 @@ def ask(
text = f"Enter the value for {ident}:"
if label:
text = f"{label}"
log.info(f"Prompting value for {ident}")
if MOCK_PROMPT_RESPONSE:
return next(MOCK_PROMPT_RESPONSE)
match input_type: