ValueError("Sequence can not be divided by zero or max") when using */59 for Minutes
Created by: DeepSpace2
Hi.
When trying to parse a cron file that contains */59 for Minutes, self.seq > self.slice.max - 1 is True and therefor ValueError is raised:
I'm wondering if this is the indented behavior or a bug :)