mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
old python compat
This commit is contained in:
parent
59de64920f
commit
f61635838e
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ class NotificationManager:
|
|||
self.channel.focus(n.channel_id, n.activation_token)
|
||||
if n.report_requested:
|
||||
ident = n.identifier or '0'
|
||||
self.channel.send(n.channel_id, f'99;i={ident};{which or ''}')
|
||||
self.channel.send(n.channel_id, f'99;i={ident};{which or ""}')
|
||||
if n.on_activation:
|
||||
try:
|
||||
n.on_activation(n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue