marrow / mailer

A light-weight, modular, message representation and mail delivery framework for Python.
MIT License
276 stars 62 forks source link

Bug introduced in last commit (v4.0.1) in "marrow/mailer/__init__.py", line 49, in __init__ #58

Open aryeh opened 8 years ago

aryeh commented 8 years ago

Line 49: self.manager_config = manager_config = dict(manager_config)

UnboundLocalError: local variable 'manager_config' referenced before assignment