This commit is contained in:
ThomasV 2017-08-06 09:55:49 +02:00
parent 72706f8219
commit a13581e6db
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ def read_user_config(path):
data = f.read()
result = json.loads(data)
except:
print_msg("Warning: Cannot read config file.", config_path)
print_error("Warning: Cannot read config file.", config_path)
return {}
if not type(result) is dict:
return {}