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

Ned posted a new comment:
Thanks that look helpful! I'm sure this will be what I need..

Just a few queries regarding the above.

In this section:

def repeatSearch():
    n = 0
    for success in ddSuccess:
        if not success: <--------- What does this do? Identifies a None Type?
            if dd.exists(dd[n]): <-------- this should be ddSuccess[n]?
                ddSuccess[n](dd.getLastMatch())

-- 
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