corrected punt-handling while dry run

This commit is contained in:
Marcus "Chaosblog 2012-05-23 21:15:57 +02:00
parent 0184cff9bb
commit 3b86b9a902
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if not dry_run:
stdin=subprocess.PIPE)
p.communicate(email)
if punt:
if punt and not dry_run:
with open('bloggers.yml') as b:
bloggers = yaml.safe_load(b)
for p in punt: