mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 04:24:52 +02:00
dont -> don't
This commit is contained in:
@@ -30,7 +30,7 @@ def handle_cmd(boss, window, cmd):
|
||||
try:
|
||||
ans = func() if payload is None else func(payload)
|
||||
except Exception:
|
||||
if no_response: # dont report errors if --no-response was used
|
||||
if no_response: # don't report errors if --no-response was used
|
||||
return
|
||||
raise
|
||||
response = {'ok': True}
|
||||
|
||||
Reference in New Issue
Block a user