This commit is contained in:
Kovid Goyal 2022-03-25 16:30:48 +05:30
parent 15e3e8d8b1
commit 0c4b20aa4e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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