Commit a9e7e237 authored by space-nuko's avatar space-nuko
Browse files

Fix

parent e2d080b6
...@@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated): ...@@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated):
if r is not True: if r is not True:
details = f"{x}" details = f"{x}"
if r is not False: if r is not False:
details += f": {str(r)}" details += f" - {str(r)}"
else:
details += "."
error = { error = {
"type": "custom_validation_failed", "type": "custom_validation_failed",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment