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

masuo requested more information:
When  you  type  [alt + shift + c], the script does not stop?
If so, try to add exit() in block 'except:'  .
I might don't understand the issue .

while True:
    try:
        #code goes here
    except:
        X = 1
        exit()       # add here

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