Continuation line unaligned for hanging indent

This commit is contained in:
Andrew Murray 2018-10-21 17:23:14 +11:00
parent 77f807cf73
commit d265757651

View File

@ -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"
]