Exception when parsing emails: 'tuple' object has no attribute 'patch'
Open
domain/mail
- Dominant language
- Python
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
That's the traceback I have on some of the patches on fdo:
```
Traceback (most recent call last):
File "/srv/patchwork.freedesktop.org/patchwork/bin/parsemail.py", line 826, in main
return parse_mail(mail)
File "/srv/patchwork.freedesktop.org/patchwork/bin/parsemail.py", line 714, in parse_mail
patch = content.patch
AttributeError: 'tuple' object has no attribute 'patch'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.