-
Eli Schwartz authored
We're trying to check whether the finished attribute has not yet been defined to True, but in the case we're searching for, it hasn't been defined at all and simply raises an AttributeError. Since any case where it's undefined is by definition the False case we're looking for, fall back to that.
Eli Schwartz authoredWe're trying to check whether the finished attribute has not yet been defined to True, but in the case we're searching for, it hasn't been defined at all and simply raises an AttributeError. Since any case where it's undefined is by definition the False case we're looking for, fall back to that.