Skip to content

Commit

Permalink
#3677: absolute file name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 16, 2024
1 parent 0f50e8b commit e73273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-parser/src/main/java/org/eolang/parser/StrictXmir.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static XML reset(final XML xml, final Path tmp) {
tmp.resolve(
uri.substring(uri.lastIndexOf('/') + 1)
)
).toString().replace("\\", "/")
).getAbsoluteFile().toString().replace("\\", "/")
);
}
new Xembler(
Expand Down

0 comments on commit e73273d

Please sign in to comment.