Skip to content
Verified Commit 8706b874 authored by Eli Schwartz's avatar Eli Schwartz
Browse files

fix exception in the progressbar handler

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.
parent 8c1b3570
Loading
Loading
Loading
Pipeline #95825 failed with stage
in 16 minutes and 16 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment