mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Get the new bypy based freezing process working with linux builds
This commit is contained in:
@@ -257,7 +257,7 @@ def load_config(
|
||||
try:
|
||||
with open(path, encoding='utf-8', errors='replace') as f:
|
||||
vals = parse_config(f)
|
||||
except FileNotFoundError:
|
||||
except (FileNotFoundError, PermissionError):
|
||||
continue
|
||||
ans = merge_configs(ans, vals)
|
||||
if overrides is not None:
|
||||
|
||||
Reference in New Issue
Block a user