From 0b2646c495d0b9052711f3790943e5354eb10407 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Tue, 6 Jul 2021 09:39:15 +0200 Subject: [PATCH] locale_data: Add new line at the end of script output Output of cldr2qlocalexml.py looks weird without the final new line. Task-number: QTBUG-83488 Pick-to: 6.2 Change-Id: I5d675e475c57cdc8101887c39052007ba0a19857 Reviewed-by: Edward Welbourne --- util/locale_database/qlocalexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/locale_database/qlocalexml.py b/util/locale_database/qlocalexml.py index eb7c1c94bca..195812359b9 100644 --- a/util/locale_database/qlocalexml.py +++ b/util/locale_database/qlocalexml.py @@ -391,7 +391,7 @@ class QLocaleXmlWriter (object): kvetch('Scripts', self.__scripts) if self.__territories: kvetch('Territories', self.__territories) - grumble('It may make sense to deprecate them.') + grumble('It may make sense to deprecate them.\n') # Implementation details @staticmethod