mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
...
This commit is contained in:
@@ -2897,7 +2897,6 @@ class Boss:
|
||||
def doit(activation_token: str = '') -> None:
|
||||
nonlocal env
|
||||
pass_fds: list[int] = []
|
||||
fds_to_close_on_launch_failure: list[int] = []
|
||||
if allow_remote_control:
|
||||
remote = self.add_fd_based_remote_control(remote_control_passwords)
|
||||
pass_fds.append(remote.fileno())
|
||||
|
||||
Reference in New Issue
Block a user