fixed a log

xkb
sezanzeb 4 years ago committed by sezanzeb
parent bf93ba6bec
commit a8c96c448e

@ -85,7 +85,7 @@ class _Config:
if not os.path.exists(CONFIG_PATH):
# treated like an empty config
logger.debug('Config file "%s" doesn\'t exist')
logger.debug('Config file "%s" doesn\'t exist', CONFIG_PATH)
return
with open(CONFIG_PATH, 'r') as file:

Loading…
Cancel
Save