sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56794
[Question #695712]: exit throws Exception
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.