aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-04-27 13:58:23 +0000
committerColin Guthrie <colin@mageia.org>2014-04-27 13:58:23 +0000
commitca531d933e25ed25a7fff499ec28ca649f983dc6 (patch)
treec37cd4397689e18c12b19b80674e17d9ec3d8b35 /deployment/mgagit
parenteda184097418797f08142983be8a0e2e0ce0b84f (diff)
downloadpuppet-ca531d933e25ed25a7fff499ec28ca649f983dc6.tar
puppet-ca531d933e25ed25a7fff499ec28ca649f983dc6.tar.gz
puppet-ca531d933e25ed25a7fff499ec28ca649f983dc6.tar.bz2
puppet-ca531d933e25ed25a7fff499ec28ca649f983dc6.tar.xz
puppet-ca531d933e25ed25a7fff499ec28ca649f983dc6.zip
mgagit: Add bug number (forgot to save before commit)
Diffstat (limited to 'deployment/mgagit')
-rwxr-xr-xdeployment/mgagit/templates/git_multimail.py2
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: