aboutsummaryrefslogtreecommitdiffstats
path: root/tools/koblingsplan/script.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/koblingsplan/script.py')
-rw-r--r--tools/koblingsplan/script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/koblingsplan/script.py b/tools/koblingsplan/script.py
index 20396bc..c27eda9 100644
--- a/tools/koblingsplan/script.py
+++ b/tools/koblingsplan/script.py
@@ -54,4 +54,4 @@ with open('tg23-koblingsplan.csv', newline='') as csvfile:
dataset.append(current_iteration)
- print(yaml.dump(dataset, default_flow_style=False, sort_keys=False))
+ print(yaml.dump(dataset, default_flow_style=False, sort_keys=False, allow_unicode=True))