-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Detailed error message for better debugging #2075
Conversation
tejaschauhan36912
commented
Jan 23, 2025
- Enhanced error message with more details for better debugging experience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for doing this!
Just a couple quick fixes, but otherwise this is looking great!
Would you mind running pre-commit run --all-files
so the synchronous files are generated properly? In general, we edit files in pymongo/asynchronous/*
instead of pymongo/synchronous/*
.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The synchronous version of this file (and a few others) don't seem to have all the changes here. (It has some but not all.) Could you try re-running pre-commit (pre-commit run --all-files
) and then committing again?
I will create this same PR again. |
@sleepyStick, I have added a new PR, please review it. |