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 820b2aa840
commit 48fa29afad

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: