From b45f452cdb16f73107690b108ef87b3dc963db60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Tue, 28 Mar 2023 12:51:17 +0200
Subject: [PATCH] Fix typo in compress.py

---
 templates/common/compress.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/common/compress.py b/templates/common/compress.py
index bfb40a5..408df05 100644
--- a/templates/common/compress.py
+++ b/templates/common/compress.py
@@ -18,7 +18,7 @@ def compress_outputs():
     WORKDIR = Path("%HPCROOTDIR%")
     STARTDATE = "%SDATE%"
     MEMBER = "%MEMBER%"
-    output_file_names = "%simulation.output_file_namesº%"
+    output_file_names = "%SIMULATION.OUTPUT_FILE_NAMES%"
 
     # Define rundir
     RUNDIR = WORKDIR / STARTDATE / MEMBER
-- 
GitLab