jspricke / python-remind

Python library to convert between Remind and iCalendar
GNU General Public License v3.0
13 stars 6 forks source link

Create assertion for remind version with helpful error message #11

Closed capocasa closed 3 years ago

capocasa commented 3 years ago

When loading a file with a too old version of command-line remind installed, python-remind throws a non-obvious exception.

Instead, python-remind should throw an exception with a helpful error message: The version of remind-cli that is installed is only xxx, but yyy is required.