I don't have done set, but it is doing the calculation as if I do.
I notice that
done = self.done if done:
as opposed to complete just above it, which is complete = self.dict.get("complete") if complete:
Is this creating a weird recursion?
-Dave
Log in to post a comment.