diff --git a/kitty/constants.py b/kitty/constants.py index 3d52a58d5..a8431b35e 100644 --- a/kitty/constants.py +++ b/kitty/constants.py @@ -73,7 +73,7 @@ def kitty_exe() -> str: rpath = candidate break else: - raise SystemExit('kitty binary not found') + raise RuntimeError('kitty binary not found') return os.path.join(rpath, 'kitty')