sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38128
Re: [Question #293847]: How to gracefully interrupt running script when using SwingWorker and JFrame?
Question #293847 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/293847
Status: Open => Answered
Karl proposed the following answer:
You can try:
finally:
print "***Automation Stuff Should End***"
instead of:
except InterruptedException:
print "***Automation Stuff Should End***"
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.