Skip to content

Commit a5e67cd

Browse files
authored
Merge branch 'master' into remove-redundant-gridfs.read
2 parents 6d16a19 + 42d7ec2 commit a5e67cd

File tree

209 files changed

+14803
-1401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+14803
-1401
lines changed

.evergreen/combine-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit # Exit the script with error if any of the commands fail
88

99
. .evergreen/utils.sh
1010

11-
if [ -z "$PYTHON_BINARY" ]; then
11+
if [ -z "${PYTHON_BINARY:-}" ]; then
1212
PYTHON_BINARY=$(find_python3)
1313
fi
1414

0 commit comments

Comments
 (0)