dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.73k stars 960 forks source link

Fixture/Add more self explanatory message on IntervalError exception #439

Closed sosolidkk closed 3 years ago

sosolidkk commented 3 years ago

As discussed here on the issue #433 , I've changed the code related to the error message in the exception to reflect what is causing the error. I believe also, since it's an interval problem, we could just put Invalid interval value or something more simples. It's up to you @SijmenHuizenga .

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.663% when pulling c4e475cd322ae306693038d6244ab316381474ce on sosolidkk:fixture/descriptive-message-exception into 36c02039913a0266d750b098cb7faba46ebfd38f on dbader:master.