summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-07-06 09:39:15 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-06 14:12:29 +0000
commit928b32ff1d095ca33af06d49ab738c518388f6dc (patch)
treeb834b49676ab050c000755bddc937760aa1418c4 /util
parent4c4d3e5c234ca28cc333cc3003c6e2b411bb0b68 (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 Change-Id: I5d675e475c57cdc8101887c39052007ba0a19857 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 0b2646c495d0b9052711f3790943e5354eb10407) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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