darcs-hash:20071209073014-d0547-9ef5c793021658f52a78d2125ada3714adf54ec1.gz
This commit is contained in:
glondu 2007-12-09 08:30:14 +01:00
parent 8fe1cc1f7b
commit 49b40a2797

View file

@ -206,7 +206,7 @@ if __name__ == "__main__":
if len(patches) == 0:
sys.exit(0)
for patch in patches:
cprint("Envoie du patch %s a %s." % (patch['hash'], ", ".join(recipient)))
cprint("Envoi du patch %s a %s." % (patch['hash'], ", ".join(recipient)))
send_changes(smtplib.SMTP(smtp), recipient, patch, template)
if not os.path.exists(CONF_PATH):
p = ""