sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42800
Re: [Question #643548]: AssertionError
Question #643548 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/643548
Status: Open => Answered
RaiMan proposed the following answer:
This is how assert works:
assert <condition>
if <condition> evaluates to False (which is always the case in your
situation), then an assertion Error is thrown.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.