| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…bjects instead of accessing the client inside them.
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main). |
Sorry, something went wrong.
|
Should we add more configuration like check_untyped_defs disallow_untyped_defs warn_return_any warn_unused_ignores in mypy tool to identify such issues early or at least let the developer know? |
Sorry, something went wrong.
|
Sorry, might not be aware of this - Can you give more context on this change and how was this caught? |
Sorry, something went wrong.
Was testing something with python connector but got an error from the server, which led to seeing this exception. The close() didn't exist in the class so made this small fix |
Sorry, something went wrong.
There was a problem hiding this comment.
thanks for fixing this, @msrathore-db !
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What type of PR is this?
Description
Fixed the exception handler close() on _TelemetryClientHolder objects instead of accessing the client inside them.
How is this tested?
Related Tickets & Documents