fix: updates a message
This commit is contained in:
parent
5d31c3bd2e
commit
7d18d793bf
1 changed files with 5 additions and 1 deletions
|
|
@ -47,7 +47,11 @@ def initialize_ini_config_default_values_if_not_present(
|
|||
return
|
||||
|
||||
if not os.access(ini_path, os.W_OK):
|
||||
log.warning("Cannot write to config file '%s'; skipping update.", ini_path)
|
||||
log.warning(
|
||||
"Cannot save value for %s, reason: cannot write to config file '%s' due to lack of permissions.",
|
||||
option,
|
||||
ini_path,
|
||||
)
|
||||
return
|
||||
|
||||
updater = ConfigUpdater()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue