summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-07-06 09:39:15 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-07-06 14:21:39 +0200
commit0b2646c495d0b9052711f3790943e5354eb10407 (patch)
tree927ab3c57b11165f9375870a74fe3af5531a9bde /util
parentf74b2e3479751cd9ef86c0c38c8c64172c1129f7 (diff)
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 <edward.welbourne@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/locale_database/qlocalexml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/locale_database/qlocalexml.py b/util/locale_database/qlocalexml.py
index eb7c1c94bc..195812359b 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