Skip to content

Commit

Permalink
reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Aug 6, 2024
1 parent eb38c33 commit 2ee9614
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,7 @@ 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(
_DASK_TASK_STATUS_DASK_CLIENT_TASK_STATE_MAP.get(
dask_status, DaskClientTaskState.LOST
Expand Down

0 comments on commit 2ee9614

Please sign in to comment.