From 2f83f7cb7116ca95adc8a2ba34a77a48a9d19497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Wilhelmst=C3=B6tter?= Date: Mon, 18 Jan 2021 17:31:24 +0100 Subject: [PATCH] #1: Change path. --- jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java index 48e0ebae..5cf06c6f 100644 --- a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java +++ b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java @@ -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<>() {