updated python.sh

pull/2/head
Hari Sekhon 5 years ago
parent a6f8bf53c7
commit c701a72160

@ -26,6 +26,10 @@ srcdir_bash_tools_python="$(dirname "${BASH_SOURCE[0]}")"
# shellcheck disable=SC1090
. "$srcdir_bash_tools_python/../.bash.d/paths.sh"
if is_semaphore_ci; then
set -x
fi
# shellcheck disable=SC2034
python="${PYTHON:-python}"

Loading…
Cancel
Save