mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
fixed a log
This commit is contained in:
parent
00c6b91314
commit
6b6d0e5492
@ -85,7 +85,7 @@ class _Config:
|
|||||||
|
|
||||||
if not os.path.exists(CONFIG_PATH):
|
if not os.path.exists(CONFIG_PATH):
|
||||||
# treated like an empty config
|
# treated like an empty config
|
||||||
logger.debug('Config file "%s" doesn\'t exist')
|
logger.debug('Config file "%s" doesn\'t exist', CONFIG_PATH)
|
||||||
return
|
return
|
||||||
|
|
||||||
with open(CONFIG_PATH, 'r') as file:
|
with open(CONFIG_PATH, 'r') as file:
|
||||||
|
Loading…
Reference in New Issue
Block a user