Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 12, 2023
1 parent 0d2aa97 commit fff6632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/tasks/plugins/k8s/kfoperators/common/common_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func ExtractMPICurrentCondition(jobConditions []commonOp.JobCondition) (commonOp
return jc, nil
}
}
return commonOp.JobCondition{}, fmt.Errorf("found no current condition. Conditions: %+v", jobConditions)
}

return commonOp.JobCondition{}, nil
Expand Down

0 comments on commit fff6632

Please sign in to comment.