Add default placeholders for config validation errors (#131277)

pull/131294/head
epenet 2024-11-22 16:55:04 +01:00 committed by GitHub
parent 9e98e446a2
commit f65d97322f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -814,6 +814,8 @@ def _get_log_message_and_stack_print_pref(
"domain": domain,
"error": str(exception),
"p_name": platform_path,
"config_file": "?",
"line": "?",
}
show_stack_trace: bool | None = _CONFIG_LOG_SHOW_STACK_TRACE.get(