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

    Status: Open => Answered

RaiMan proposed the following answer:
I guess, this is not allowed:
                  return {
                           'Type' : type(obj.getImage(Field),value)
                               }.get(keyword, 'NoValue')

must be
                  return {'Type' : 
type(obj.getImage(Field),value)}.get(keyword, 'NoValue')

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