[Blends-commit] [SCM] website branch, master, updated. f56a69d6df11c88bb07c05c394b5245d9de77549
Andreas Tille
tille at debian.org
Thu Oct 19 09:41:20 UTC 2017
The following commit has been merged in the master branch:
commit 623e451cc4252577a8c06c7a89f0045e03b34990
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 10:51:47 2017 +0200
Do not print to stdout
diff --git a/webtools/tasks.py b/webtools/tasks.py
index 684a44b..6b4313e 100755
--- a/webtools/tasks.py
+++ b/webtools/tasks.py
@@ -52,10 +52,10 @@ try:
languages=[lang['ddtp']],
fallback=True))
for lang in languages)
- print(l10nstring)
+ #print(l10nstring)
except UnicodeDecodeError as err:
- print(err)
- exit(-1)
+ logger.error(err)
+ #exit(-1)
# Translated strings regarding the categorising of dependencies need to
# be translated and because I did not found a working solution to get
# gettext working with genshi all are collected here even if the additional
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list