mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 11:53:32 +03:00
Expanded error message strings
This commit is contained in:
parent
e7470ed789
commit
39cbd4f0f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user