Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemattos committed Jun 1, 2017
1 parent 8b63cc8 commit fe0a072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmailer.py
Expand Up @@ -41,5 +41,4 @@ def mailer(parser,msg,fromf,subf,tof,fp_log):
fp_log.write("OK!\n")
except Exception:
print sys.exc_info()
smtpObj.quit()
fp_log.write("FAIL: %s\n"%(sys.exc_info()[0]))

0 comments on commit fe0a072

Please sign in to comment.