New question #695712 on Sikuli:
https://answers.launchpad.net/sikuli/+question/695712
Hi
i wish to gracefully end my application. however when it use exit or exit(2) i
always get an exception
build 2.0.4
below is sample code
try:
print("help")
exit()
except:
print("in except:")
output
help
in except:
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp