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