#57 Email sending fails with AttributeError
Closed: Fixed 4 years ago by bcotton. Opened 4 years ago by bcotton.

[🎩1036 bcotton@fpgm ~/devel/fedora-change-wrangler/src ]$ python3.7 main.py announce --ml 2
config.ini
False
Traceback (most recent call last):
  File "main.py", line 306, in <module>
    Change_Tool()
  File "main.py", line 47, in __init__
    getattr(self, args.command)()
  File "main.py", line 211, in announce
    climail.mails(args)
  File "/home/bcotton/devel/fedora-change-wrangler/src/mail/climail.py", line 69, in mails
    if r.status_code == 200:
AttributeError: 'tuple' object has no attribute 'status_code'

AttributeError is resolved (probably by b2aaa4c)

Metadata Update from @bcotton:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata