Closed arbennett closed 4 years ago
This just removes a little bit of code that is unreachable. In this if statement the first condition, failedSubstep is already defined above as failedSubstep = (err<0).
failedSubstep
failedSubstep = (err<0)
This just removes a little bit of code that is unreachable. In this if statement the first condition,
failedSubstep
is already defined above asfailedSubstep = (err<0)
.