diff options
-rwxr-xr-x | deployment/mgagit/templates/git_multimail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/git_multimail.py b/deployment/mgagit/templates/git_multimail.py index 4b5f6f13..07e2945e 100755 --- a/deployment/mgagit/templates/git_multimail.py +++ b/deployment/mgagit/templates/git_multimail.py @@ -355,7 +355,7 @@ def addr_header_encode(text, header_name=None): # (cg) It seems that From: names (or perhaps Subject: headers) that contain # a UTF8 character before the first space confuse the older python Header() # class. This does not appear to be needed in newer python versions, but - # this little workaround seems to help on 2.7.1 on valstar mga1. + # this little workaround seems to help on 2.7.1 on valstar mga1. mga#12374 try: unicode(text) except UnicodeDecodeError: |