[Pkg-isocodes-devel] [iso-codes] 01/09: Add final newline to pot files

Tobias Quathamer toddy at moszumanska.debian.org
Fri Mar 4 13:35:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 0d6cb776cd21fd1189c02b68e9ebf0ff7f465e11
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Fri Mar 4 14:11:02 2016 +0100

    Add final newline to pot files
---
 bin/pot_from_json.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/pot_from_json.py b/bin/pot_from_json.py
index 9e7d996..08c47d8 100755
--- a/bin/pot_from_json.py
+++ b/bin/pot_from_json.py
@@ -118,3 +118,4 @@ with open(domain + ".pot", "w") as pot_file:
         pot_file.write("\n\n#. " + ", ".join(msgid["comment"]) + "\n")
         pot_file.write("msgid \"" + msgid["msgid"] + "\"\n")
         pot_file.write("msgstr \"\"")
+    pot_file.write("\n")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list