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

Minor fix

parent a390773c
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