mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Continuation line unaligned for hanging indent
This commit is contained in:
parent
77f807cf73
commit
d265757651
|
@ -56,7 +56,7 @@ def grabclipboard():
|
||||||
commands = [
|
commands = [
|
||||||
"set theFile to (open for access POSIX file \""+filepath+"\" with write permission)",
|
"set theFile to (open for access POSIX file \""+filepath+"\" with write permission)",
|
||||||
"try",
|
"try",
|
||||||
"write (the clipboard as JPEG picture) to theFile",
|
" write (the clipboard as JPEG picture) to theFile",
|
||||||
"end try",
|
"end try",
|
||||||
"close access theFile"
|
"close access theFile"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user