From 596f21e71aeffb8a31f58d1c866cc706f2bb4df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20de=20Chalendar?= Date: Thu, 23 May 2024 16:04:07 +0200 Subject: [PATCH] Black had cancelled a change before being disabled --- lima_linguisticdata/scripts/xmlforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima_linguisticdata/scripts/xmlforms.py b/lima_linguisticdata/scripts/xmlforms.py index 6f8b039a3..a49a7d4a2 100644 --- a/lima_linguisticdata/scripts/xmlforms.py +++ b/lima_linguisticdata/scripts/xmlforms.py @@ -60,7 +60,7 @@ def main(): with ( codecs.open(args.inputfile, "r", "utf-8") as source, - codecs.open(args.outputfile, "a", "utf-8") as out, + codecs.open(args.outputfile, "a", "utf-8") as out ): form = "" lemma = ""