dbader / schedule

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

Fix bug where `Job.__repr__()` thows exception on partially composed job object #573

Closed jmcvetta closed 1 year ago

jmcvetta commented 1 year ago

Fix bug where Job.__repr__() thows exception on partially composed job.

SijmenHuizenga commented 1 year ago

569 was just merged that resolves the issue that this pr resolves. I believe that makes this pr obsolete. Still, thank you for your willingness to help!