Message 339770 - Python tracker

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:03SilentGhostsetrecipients: + SilentGhost, 孑影
2019-04-09 16:11:03SilentGhostsetmessageid: <1554826263.43.0.647124022606.issue36578@roundup.psfhosted.org>
2019-04-09 16:11:03SilentGhostlinkissue36578 messages
2019-04-09 16:11:03SilentGhostcreate