Question #164956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/164956

    Status: Open => Answered

RaiMan proposed the following answer:
The code behind the link is syntactically ok, but not indented according to the 
recommendation:
the statements after the if and after the else are only indented with a blank, 
not with a tab.

continue: is not Python. You might mean, that the script should continue
here after the if and the else. This is signaled by unindenting (shift-
tab) one level (to the level of the if and else statements.

anyway, this modified version should work without syntax errors.
https://files.me.com/rhocke/qygd5t

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to