mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
print config path in debug message
This commit is contained in:
parent
c64e8b9885
commit
a735fbabe0
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ def read_user_config(path):
|
|||
with open(config_path, "r") as f:
|
||||
data = f.read()
|
||||
except IOError:
|
||||
print_msg("Error: Cannot read config file.")
|
||||
print_msg("Error: Cannot read config file.", path)
|
||||
return {}
|
||||
try:
|
||||
result = json.loads(data)
|
||||
|
|
Loading…
Add table
Reference in a new issue