The following commit has been merged in the master branch:
commit 623e451cc4252577a8c06c7a89f0045e03b34990
Author: Andreas Tille <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit