Skip to content

Instantly share code, notes, and snippets.

@beauvais
Created November 16, 2012 23:16
Show Gist options
  • Save beauvais/4091805 to your computer and use it in GitHub Desktop.
Save beauvais/4091805 to your computer and use it in GitHub Desktop.
traceback
Traceback (most recent call last):
File "parser.py", line 42, in <module>
for n, r in enumerate(records(argv[1])): # 'My Clippings.txt') ):
File "parser.py", line 23, in records
clip['type'], clip['location'], clip['dow'], clip['date'], clip['time'] = match.groups()
AttributeError: 'NoneType' object has no attribute 'groups'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment