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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to