Test fixes

This commit is contained in:
dragonmacher 2023-02-15 10:52:16 -05:00
parent c01e6fc4a1
commit 32efa223e7
4 changed files with 5 additions and 3 deletions

View file

@ -491,6 +491,7 @@ public class HelpBuildUtils {
catch (FileSystemNotFoundException e) {
try {
FileSystems.newFileSystem(uri, Collections.emptyMap());
return Paths.get(uri);
}
catch (IOException e1) {
debug("Exception loading filesystem for uri: " + uri + "\n\t" + e1.getMessage());