summaryrefslogtreecommitdiffstats
path: root/mgagnome
diff options
context:
space:
mode:
authorOlav Vitters <ovitters@mageia.org>2012-03-12 00:11:47 +0000
committerOlav Vitters <ovitters@mageia.org>2012-03-12 00:11:47 +0000
commit283a0b71955bed9a6c78e382d397dc71e1725522 (patch)
treef607394c3d8b006b573742cea4549cffdf2d6123 /mgagnome
parent7e545849b96b40a6854433d6ad69af0b75df269a (diff)
downloadmgagnome-283a0b71955bed9a6c78e382d397dc71e1725522.tar
mgagnome-283a0b71955bed9a6c78e382d397dc71e1725522.tar.gz
mgagnome-283a0b71955bed9a6c78e382d397dc71e1725522.tar.bz2
mgagnome-283a0b71955bed9a6c78e382d397dc71e1725522.tar.xz
mgagnome-283a0b71955bed9a6c78e382d397dc71e1725522.zip
fix typos
Diffstat (limited to 'mgagnome')
-rwxr-xr-xmgagnome4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgagnome b/mgagnome
index a0f5f32..cca3543 100755
--- a/mgagnome
+++ b/mgagnome
@@ -634,10 +634,10 @@ def cmd_parse_ftp_release_list(options, parser):
lastline = contents.read().splitlines()[-1]
# Remove things like "ERROR: " and so on from the last line
lastline = re.sub(r'^(?:[^ :]+:\s+)+', '', lastline)
- subjecterrror = " (ERROR: %s)" % lastline if lastline else " (ERROR)"
+ subjecterror = " (ERROR: %s)" % lastline if lastline else " (ERROR)"
else:
subjecterror = ""
- msg['Subject'] = "Re: %s%s" (orig_msg['Subject'], subjecterror)
+ msg['Subject'] = "Re: %s%s" % (orig_msg['Subject'], subjecterror)
msg['To'] = to
msg["In-Reply-To"] = orig_msg["Message-ID"]
msg["References"] = orig_msg["Message-ID"]