Skip to content

Commit

Permalink
Enable absolute path to genconf in command line arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ryzhov authored and ylussaud committed Apr 3, 2024
1 parent 5984230 commit 2d39213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public boolean execute(IApplicationContext context_p) {

startFakeWorkbench();

genconfs[0] = "platform:/resource/" + CommandLineArgumentHelper.getInstance().getFilePath();
genconfs[0] = CommandLineArgumentHelper.getInstance().getFilePath();
Collection<URI> genconfsURIs = validateArguments();

boolean somethingWentWrong = false;
Expand Down

0 comments on commit 2d39213

Please sign in to comment.