sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02584
[Bug 700931] Re: X 1.0rc1 strange behavior on exit(), double message
** Changed in: sikuli
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/700931
Title:
X 1.0rc1 strange behavior on exit(), double message
Status in Sikuli:
Fix Released
Bug description:
--- When a script terminates in the IDE (with exit() or without), you
get double messages:
[debug] close all ScreenHighlighter
[debug] close all ScreenHighlighter
--- using standalone sikuli-script.jar to run a .sikuli (with or without exit())
java -jar sikuli-script.jar test.sikuli
[debug] close all ScreenHighlighter
Exception in thread "main" Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/rhocke/Library/Application Support/Sikuli/dist/sikuli-script.jar/Lib/sikuli/Sikuli.py", line 153, in exit
SystemExit: 0
missing: [info] Beendet mit 0
References