We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c8552 commit 4278ba5Copy full SHA for 4278ba5
cwaf-ontology/src/main/java/be/uclouvain/service/Parser.java
@@ -377,7 +377,7 @@ public static void main(String[] args) {
377
public static List<Path> expandPath(String pattern) throws IOException {
378
379
// Extract the directory portion from the pattern
380
- int lastSeparatorIndex = pattern.lastIndexOf(File.separator);
+ int lastSeparatorIndex = pattern.lastIndexOf("/");
381
382
// Determine the base path based on the last occurrence of the separator
383
Path basePath;
0 commit comments