You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2018/05/20 14:09:53 UTC

[incubator-ponymail] branch master updated: pylint: unreachable code

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 98d5df0  pylint: unreachable code
98d5df0 is described below

commit 98d5df0ca9c46ba84b84e2cc0e3e4ce19ac5ec9b
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 20 15:09:52 2018 +0100

    pylint: unreachable code
---
 tools/email_utils_patch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/email_utils_patch.py b/tools/email_utils_patch.py
index 1cb4a71..8aec7b9 100644
--- a/tools/email_utils_patch.py
+++ b/tools/email_utils_patch.py
@@ -62,5 +62,5 @@ def _collapse_rfc2231_value(value, errors='replace',
 def patch():
     old = utils.collapse_rfc2231_value
     utils.collapse_rfc2231_value = _collapse_rfc2231_value
+    print("Overiding broken collapse_rfc2231_value")
     return old
-    print("Overiding broken collapse_rfc2231_value")
\ No newline at end of file

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