From 739e4b357799dbf272d56b71cfd37074b7dd17c9 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Tue, 17 Oct 2023 01:09:35 +0200 Subject: [PATCH] fixed filenames when writing --- patch_xkb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch_xkb.py b/patch_xkb.py index cbe280a..292cc42 100755 --- a/patch_xkb.py +++ b/patch_xkb.py @@ -59,7 +59,7 @@ if "vou" not in "\n".join(de): koy = ([i for i in range(len(de)) if "\"koy\"" in de[i]][0], -1) koy = (koy[0] - 1, bracket_end(de, koy[0])) de = de[:koy[1]] + de_koy_patch + de[koy[1]:] - with open(f"{xkb}/symbols/de_neo_base", "w") as f: + with open(f"{xkb}/symbols/de", "w") as f: f.write("\n".join(de)) if "quote_switch" not in "\n".join(level3):