Piti !
darcs-hash:20071209073014-d0547-9ef5c793021658f52a78d2125ada3714adf54ec1.gz
This commit is contained in:
parent
8fe1cc1f7b
commit
49b40a2797
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ if __name__ == "__main__":
|
||||||
if len(patches) == 0:
|
if len(patches) == 0:
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
for patch in patches:
|
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)
|
send_changes(smtplib.SMTP(smtp), recipient, patch, template)
|
||||||
if not os.path.exists(CONF_PATH):
|
if not os.path.exists(CONF_PATH):
|
||||||
p = ""
|
p = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue