Salamek / cron-descriptor

A Python library that converts cron expressions into human readable strings.
MIT License
155 stars 38 forks source link

Invalid expression are nor throwing FormatException error #44

Closed rafaelreuber closed 2 years ago

rafaelreuber commented 4 years ago

Parsing the expression "A " are returning the value "'At A minutes past the hour' instead of raising the exception FormatException

from cron_descriptor import get_description
get_description('A * * * *')
Salamek commented 2 years ago

Duplicity of #7