mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Test fixes
This commit is contained in:
parent
c01e6fc4a1
commit
32efa223e7
4 changed files with 5 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue