Expanded error message strings

This commit is contained in:
Andrew Murray 2024-01-28 16:31:03 +11:00
parent e7470ed789
commit 39cbd4f0f1

View File

@ -167,7 +167,7 @@ def grabclipboard():
# xclip, when an image isn't available
b"cannot convert ",
# xclip, when the clipboard isn't initialized
b"There is no owner",
b"xclip: Error: There is no owner for the ",
]:
if err in silent_error:
return None