Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ksio committed Oct 10, 2017
1 parent e7e8bff commit 32e7272
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ class Node extends CordformNode {
if (o.length > 0) {
dirName = o.getAt(0).getFirst().getValue().toString()
}
} catch(IllegalArgumentException ignore) {
// Can't parse as an X500 name, use the full string
dirName = name
}
} catch(IllegalArgumentException ignore) {}
nodeDir = new File(rootDir.toFile(), dirName.replaceAll("\\s",""))
}

Expand Down

0 comments on commit 32e7272

Please sign in to comment.