kerrickstaley / genanki

A Python 3 library for generating Anki decks
MIT License
1.99k stars 150 forks source link

Raise exception when tags contain spaces #13

Closed kerrickstaley closed 4 years ago

kerrickstaley commented 6 years ago

Tags should not contain spaces. If you pass a tag that contains spaces, it will be split into two tags. Instead we should raise an exception.