gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www_shared] branch master updated: default case


From: gnunet
Subject: [www_shared] branch master updated: default case
Date: Tue, 01 Dec 2020 23:00:57 +0100

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

dold pushed a commit to branch master
in repository www_shared.

The following commit(s) were added to refs/heads/master by this push:
     new b2480ee  default case
b2480ee is described below

commit b2480ee3e14c5cc4807b933754865c03caf494ae
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Dec 1 23:00:45 2020 +0100

    default case
---
 i18nfix.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/i18nfix.py b/i18nfix.py
index e1d5bb4..835e0f1 100644
--- a/i18nfix.py
+++ b/i18nfix.py
@@ -28,6 +28,7 @@ def normalize(message):
         return normalize_str(message)
     elif isinstance(message, tuple):
         return tuple([normalize_str(x) for x in message])
+    return message
 
 
 def babel_extract(fileobj, keywords, comment_tags, options):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]