mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
typo
This commit is contained in:
@@ -349,7 +349,7 @@ def load_paste_filter() -> Callable[[str], str]:
|
||||
except Exception as e:
|
||||
if not isinstance(e, FileNotFoundError):
|
||||
traceback.print_exc()
|
||||
log_error(f'Failed to load custom draw_tab function with error: {e}')
|
||||
log_error(f'Failed to load paste filter function with error: {e}')
|
||||
|
||||
def func(text: str) -> str:
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user