vars/prompts: print var name even if custom description is set
This commit is contained in:
@@ -45,7 +45,7 @@ def ask(
|
|||||||
text = f"Enter the value for {ident}:"
|
text = f"Enter the value for {ident}:"
|
||||||
if label:
|
if label:
|
||||||
text = f"{label}"
|
text = f"{label}"
|
||||||
|
log.info(f"Prompting value for {ident}")
|
||||||
if MOCK_PROMPT_RESPONSE:
|
if MOCK_PROMPT_RESPONSE:
|
||||||
return next(MOCK_PROMPT_RESPONSE)
|
return next(MOCK_PROMPT_RESPONSE)
|
||||||
match input_type:
|
match input_type:
|
||||||
|
|||||||
Reference in New Issue
Block a user