We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7470ed commit 39cbd4fCopy full SHA for 39cbd4f
1 file changed
src/PIL/ImageGrab.py
@@ -163,11 +163,11 @@ def grabclipboard():
163
# wl-paste, when the clipboard is empty
164
b"Nothing is copied",
165
# wl-paste/debian xclip, when an image isn't available
166
- b"not available",
+ b" not available",
167
# xclip, when an image isn't available
168
- b"cannot convert",
+ b"cannot convert ",
169
# xclip, when the clipboard isn't initialized
170
- b"There is no owner",
+ b"xclip: Error: There is no owner for the ",
171
]:
172
if err in silent_error:
173
return None
0 commit comments