Skip to content

Commit

Permalink
Update .evergreen/run-orchestration.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ezra Chung <[email protected]>
  • Loading branch information
blink1073 and eramongodb authored Sep 25, 2023
1 parent d8eba1c commit b6df968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .evergreen/run-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ DIR=$(dirname $0)
if [ -n "$BASH" ]; then
. $DIR/find-python3.sh
echo "Finding Python3 binary..."
export PYTHON="$(find_python3 2>/dev/null)" || return
export PYTHON
PYTHON="$(find_python3 2>/dev/null)"
echo "Finding Python3 binary... done."
else
export PYTHON=""
Expand Down

0 comments on commit b6df968

Please sign in to comment.