Skip to content

Commit f8116d6

Browse files
committed
fix import time test
1 parent 7c91d95 commit f8116d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-import-time-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
. .evergreen/utils.sh
77

8-
if [ -z "$PYTHON_BINARY" ]; then
8+
if [ -z "${PYTHON_BINARY:-}" ]; then
99
PYTHON_BINARY=$(find_python3)
1010
fi
1111

0 commit comments

Comments
 (0)