Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverted change
Browse files Browse the repository at this point in the history
sanderegg committed Aug 6, 2024
1 parent eb38c33 commit c6ededb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -474,8 +474,6 @@ def _get_pipeline_statuses(
"".join(traceback.format_exception(exception)),
)
running_states.append(DaskClientTaskState.ERRED)
elif dask_status is None:
running_states.append(DaskClientTaskState.PENDING)
else:
assert dask_status is not None # nosec
running_states.append(

0 comments on commit c6ededb

Please sign in to comment.