Created
April 16, 2012 15:56
-
-
Save jbfink/2399639 to your computer and use it in GitHub Desktop.
error from fill-run
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/fillmore/fillmore.py", line 181, in <module> | |
mailbox.read_inbox_headers() | |
File "/home/jbfink/fillmore/fillmore.py", line 72, in read_inbox_headers | |
message_body = self.parse_body(message_id) | |
File "/home/jbfink/fillmore/fillmore.py", line 120, in parse_body | |
filename = datetime.now().strftime("%s") + "-" + filename | |
NameError: global name 'datetime' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment