Prove-It
Prove-It copied to clipboard
Theorem._mark_usability off-by-1 bug!
trafficstars
while len(to_process) > 1 should be
while len(to_process) > 0
Oops!
I'll fix and test this right away.