We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d7bfd commit ef67514Copy full SHA for ef67514
tools/synchro.sh
@@ -2,6 +2,6 @@
2
3
set -eu
4
5
-python ./tools/synchro.py $@
+python ./tools/synchro.py "$@"
6
python -m ruff check pymongo/synchronous/ gridfs/synchronous/ test/ --fix --silent
7
python -m ruff format pymongo/synchronous/ gridfs/synchronous/ test/ --silent
0 commit comments