Skip to content

Commit

Permalink
📖 fix typo in PipesKubeRayJobClient error message
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni authored Dec 10, 2024
1 parent 332a642 commit 515ca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagster_ray/kuberay/pipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
@property
def job_submission_client(self) -> "JobSubmissionClient":
if self._job_submission_client is None:
raise DagsterInvariantViolationError("JobSubmissionClient is not available inside the run method.")
raise DagsterInvariantViolationError("JobSubmissionClient is only available inside the run method.")
else:
return self._job_submission_client

Expand Down

0 comments on commit 515ca54

Please sign in to comment.