Skip to content
Snippets Groups Projects
Commit e98b1b11 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add message when selection is null for opening with ProB standalone

parent 8205a065
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ public class OpenClassicHandler extends AbstractHandler implements IHandler { ...@@ -50,6 +50,8 @@ public class OpenClassicHandler extends AbstractHandler implements IHandler {
ExportNewCoreHandler.exportToClassic(tmp, root); ExportNewCoreHandler.exportToClassic(tmp, root);
runProBClassic(prob_location, tmp); runProBClassic(prob_location, tmp);
} }
} else {
Logger.notifyUserWithoutBugreport("You need to select a context or machine to open with " + PROB_STANDALONE_NAME);
} }
} }
return null; return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment