From 56a83645c36c254aa193ee75a14717d5bea92d7a Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 21 Jun 2025 17:06:48 +0200
Subject: [PATCH] =?UTF-8?q?export-pion:=20M=C3=ADsto=20n=C3=A1zvu=20kola?=
 =?UTF-8?q?=20uv=C3=A1d=C3=ADme=20jeho=20typ,=20nen=C3=AD-li=20other?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/export-pion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/export-pion b/bin/export-pion
index 21f1fad5..baae99c8 100755
--- a/bin/export-pion
+++ b/bin/export-pion
@@ -73,7 +73,7 @@ for pant, pion, ct, rnd in res:
         rocnik=str(rnd.year),
         kategorie=rnd.category,
         kolo_seq=str(rnd.seq),
-        kolo=rnd.name,
+        kolo=rnd.round_type.friendly_name() if rnd.round_type != db.RoundType.other else rnd.name,
         misto=ct.place.name,
         id_mista=str(ct.place.place_id),
         nuts_mista=str(ct.place.nuts) if ct.place.nuts else "",
-- 
GitLab