mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
more typing work
This commit is contained in:
@@ -114,11 +114,8 @@ def update_check(timer_id: Optional[int] = None) -> bool:
|
||||
log_error('Failed to run kitty for update check, with error: {}'.format(e))
|
||||
return False
|
||||
monitor_pid(p.pid)
|
||||
boss = get_boss()
|
||||
if boss is not None:
|
||||
boss.set_update_check_process(p)
|
||||
return True
|
||||
return False
|
||||
get_boss().set_update_check_process(p)
|
||||
return True
|
||||
|
||||
|
||||
def run_update_check(interval: int = CHECK_INTERVAL) -> None:
|
||||
|
||||
Reference in New Issue
Block a user