Skip to content

Commit a35faea

Browse files
authored
Merge branch 'master' into PYTHON-4815
2 parents cf603dd + 78724cd commit a35faea

File tree

260 files changed

+15352
-6360
lines changed

Some content is hidden

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

260 files changed

+15352
-6360
lines changed

.evergreen/combine-coverage.sh

100644100755
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)