Message339770
| Author | SilentGhost |
|---|---|
| Recipients | SilentGhost, 孑影 |
| Date | 2019-04-09.16:11:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554826263.43.0.647124022606.issue36578@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The error you're seeing stems from this bit of code: random.randint(1, 0) With zero resulting from `taskid % 5` operation for values of taskid divisible by 5. Obviously, when you comment out this line you're not seeing the error. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-09 16:11:03 | SilentGhost | set | recipients: + SilentGhost, 孑影 |
| 2019-04-09 16:11:03 | SilentGhost | set | messageid: <1554826263.43.0.647124022606.issue36578@roundup.psfhosted.org> |
| 2019-04-09 16:11:03 | SilentGhost | link | issue36578 messages |
| 2019-04-09 16:11:03 | SilentGhost | create | |