Created
February 16, 2012 18:00
-
-
Save jbfink/1846756 to your computer and use it in GitHub Desktop.
fillmore.py error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/jbfink/work/fillmore/fillmore.py", line 163, in <module> | |
mailbox.read_inbox_headers() | |
File "/home/jbfink/work/fillmore/fillmore.py", line 70, in read_inbox_headers | |
self.inbox_headers.append(self.parse_message_headers(message_id)) | |
File "/home/jbfink/work/fillmore/fillmore.py", line 83, in parse_message_headers | |
fields = header.split[0][1]("\r\n") | |
AttributeError: 'list' object has no attribute 'split' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment