Skip to content
Snippets Groups Projects
Commit 375822bb authored by nfcalabria's avatar nfcalabria
Browse files

Minor fix

parent 743f1149
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,8 @@ public class FileServiceClient { ...@@ -98,6 +98,8 @@ public class FileServiceClient {
.stream().map(n -> NodeUtils.getVosPath(n)) .stream().map(n -> NodeUtils.getVosPath(n))
.collect(Collectors.toList())); .collect(Collectors.toList()));
} }
} else {
expandedVosPaths.add(vosPath);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment