From 3498bb603125df3c78a30e14ee3dedceabf70e23 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Sun, 24 Nov 2024 22:19:32 +0100 Subject: [PATCH] missing space in command line output --- src/Poseidon/CLI/Genoconvert.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Poseidon/CLI/Genoconvert.hs b/src/Poseidon/CLI/Genoconvert.hs index 5500deff..2b1024cb 100644 --- a/src/Poseidon/CLI/Genoconvert.hs +++ b/src/Poseidon/CLI/Genoconvert.hs @@ -75,7 +75,7 @@ convertGenoTo outFormat onlyGeno outPath removeOld outPlinkPopMode outZip pac = ++ show (posPacNameAndVersion pac) ++ " to format " ++ show outFormat - ++ if outZip then "(gzipped):" else ":" + ++ if outZip then " (gzipped):" else ":" -- compile new relative file names let outName = getPacName . posPacNameAndVersion $ pac