← Back to team overview

sikuli-driver team mailing list archive

[Bug 700931] [NEW] Sikuli X: strange behavior on exit(), double message

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
         Status: Fix Committed

** Changed in: sikuli
       Status: New => Fix Committed

-- 
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:
  Sikuli X: strange behavior on exit(), double message 

Status in Sikuli:
  Fix Committed

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





Follow ups

References