Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the name of the "JobTime(out)Error" class #788

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

ojarjur
Copy link
Contributor

@ojarjur ojarjur commented Aug 20, 2018

PR #771 introduced the "JobTimeError" class along with several references to a "JobTimeoutError" class (note the additional "out" text).

Presumably, the new references were meant to refer to the newly defined class, but the names differed.

Since there were more callers than definitions, and the callers are all to JobTimeoutError, I believe that was the intended name, and JobTimeError was a typo.

This change fixes that by switching the class name to the longer JobTimeoutError.


This change is Reviewable

PR kubeflow#771 introduced the "JobTimeError" class along with several references to a "JobTimeoutError" class (note the additional "out" text).

Presumably, the new references were meant to refer to the newly defined class, but the names differed.

Since there were more callers than definitions, and the callers are all to `JobTimeoutError`, I believe that was the intended name, and `JobTimeError` was a typo.

This change fixes that by switching the class name to the longer `JobTimeoutError`.
@ojarjur
Copy link
Contributor Author

ojarjur commented Aug 20, 2018

/assign jlewi

Adding Jeremy, since he wrote the original PR and would know best which name he intended to use.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 58.026% when pulling 10c5f84 on ojarjur:patch-1 into 78cfba1 on kubeflow:master.

@jlewi
Copy link
Contributor

jlewi commented Aug 21, 2018

Thanks @ojarjur
/lgtm
/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlewi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit b5809d5 into kubeflow:master Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants