Skip to content

Commit

Permalink
fixed: session restore script: hang up when restore not possible (e.g…
Browse files Browse the repository at this point in the history
…. Jython missing for python script)
  • Loading branch information
RaiMan committed Dec 20, 2019
1 parent 6f7bf23 commit 142e2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IDE/src/main/java/org/sikuli/ide/SikulixIDE.java
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ private boolean restoreScriptFromSession(File file) {
return true;
}
log(-1, "restoreScriptFromSession: Can't load: %s", file);
tabs.remove(tabs.getSelectedIndex());
return false;
}
//</editor-fold>
Expand Down

0 comments on commit 142e2a4

Please sign in to comment.