mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Fix #9650
This commit is contained in:
@@ -1251,7 +1251,7 @@ class Window:
|
||||
try:
|
||||
parts = tuple(map(int, raw_data.split(';')))[1:]
|
||||
except Exception:
|
||||
log_error(f'Ignoring malmormed OSC 9;4 progress report: {raw_data!r}')
|
||||
log_error(f'Ignoring malformed OSC 9;4 progress report: {raw_data!r}')
|
||||
return
|
||||
self.progress.update(*parts[:2])
|
||||
if (tab := self.tabref()) is not None:
|
||||
|
||||
Reference in New Issue
Block a user