sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03983
Re: [Question #164956]: i am unable to take sikuli from 1 condition to another
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.