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

Spelling mistake for UnknownGrpcStatusCodeError #307

Closed
ohmycaptainnemo opened this issue Jun 6, 2022 · 0 comments · Fixed by #418
Closed

Spelling mistake for UnknownGrpcStatusCodeError #307

ohmycaptainnemo opened this issue Jun 6, 2022 · 0 comments · Fixed by #418
Labels
4.0.0 Will be released in Zeebe 4.0.0

Comments

@ohmycaptainnemo
Copy link

Describe the bug
Hi all. Love the project. This is really not a bug, but rather a spelling mistake I came across and I thought maybe whoever is doing the next pull request should just fix it if that is ok?

To Reproduce
I came across this while trying to catch an UnknownGrpcStatusCodeError which is misspelled as UnkownGrpcStatusCodeError.

class UnkownGrpcStatusCodeError(PyZeebeError):

Expected behavior
UnkownGrpcStatusCodeError should be changed to UnknownGrpcStatusCodeError here:

class UnkownGrpcStatusCodeError(PyZeebeError):

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0.0 Will be released in Zeebe 4.0.0
Projects
None yet
2 participants