Skip to content

Commit

Permalink
remove local directory
Browse files Browse the repository at this point in the history
Signed-off-by: Luma <[email protected]>
  • Loading branch information
zamarrenolm committed Dec 13, 2024
1 parent c081ba2 commit cc60a53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,6 @@ private Path exportToCgmesEQ(Network network) throws IOException, XMLStreamExcep

private Path exportToCgmesEQ(Network network, boolean transformersWithHighestVoltageAtEnd1) throws IOException, XMLStreamException {
// Export CGMES EQ file
tmpDir = Path.of("/Users/zamarrenolm/Downloads");
Path exportedEq = tmpDir.resolve("exportedEq.xml");
try (OutputStream os = new BufferedOutputStream(Files.newOutputStream(exportedEq))) {
XMLStreamWriter writer = XmlUtil.initializeWriter(true, " ", os);
Expand Down

0 comments on commit cc60a53

Please sign in to comment.