mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
...
This commit is contained in:
@@ -430,7 +430,7 @@ def main(args: List[str]) -> NoReturn:
|
|||||||
import subprocess
|
import subprocess
|
||||||
with suppress(FileNotFoundError):
|
with suppress(FileNotFoundError):
|
||||||
raise SystemExit(subprocess.run(cmd).returncode)
|
raise SystemExit(subprocess.run(cmd).returncode)
|
||||||
raise SystemExit('Could not find the ssh executable, is it in your PATH')
|
raise SystemExit('Could not find the ssh executable, is it in your PATH?')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user