Fix variable

This commit is contained in:
Ines Montani 2020-12-08 20:44:59 +11:00
parent 94a5a9814f
commit 6c7a930ee8
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ def show_validation_error(
msg.fail(title)
print(err.text.strip())
if hint_fill and "value_error.missing" in err.error_types:
path = (
config_path = (
file_path
if file_path is not None and str(file_path) != "-"
else "config.cfg"