Skip to content

Commit

Permalink
#1: Change path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Jan 18, 2021
1 parent 28aa5c4 commit 2f83f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Normalizer {
);

public static void main(final String[] args) throws Exception {
final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/gpx/raw/");
final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20210102T082742Z-001/");
final Path outputDir = Paths.get("/home/fwilhelm/Downloads/gpx/normalized/");

Files.walkFileTree(gpxDir, new SimpleFileVisitor<>() {
Expand Down

0 comments on commit 2f83f7c

Please sign in to comment.