sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37898
Re: [Question #293226]: run sikuli from command line
Question #293226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/293226
Eugene S proposed the following answer:
I am not sure I understand. In the above way you can use the result of
the evaluation "path1 == path2" as you wish as it return True or False.
So you can assign it to another variable like that:
result = path1 == path2
if result == True:
print "result is True"
elif result == False:
print "result is False"
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.