Skip to content

Commit

Permalink
Merge pull request #70 from Echtzeitsysteme/hotfix/fixes-package-vali…
Browse files Browse the repository at this point in the history
…dator-on-linux

Fixes GIPSL package name validator on Linux-based systems
  • Loading branch information
maxkratz committed Nov 16, 2022
2 parents 21520cb + 8db0c44 commit a20f71b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public void packageValid(Package pkg) {
}

String fileString = gtModelUri.toFileString();
fileString = fileString.replace("/", "\\");

if (fileString.equals(currentFile))
continue;
Expand Down

0 comments on commit a20f71b

Please sign in to comment.