We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d34481 commit 2fdbe95Copy full SHA for 2fdbe95
dev/main
@@ -32,7 +32,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
32
33
PYTHON_PATH="/c/Python39"
34
if [[ ! -d $PYTHON_PATH ]]; then
35
- echo "Not a directory: $PYTHON_PATH"
+ >&2 echo "Not a directory: $PYTHON_PATH"
36
exit 1
37
fi
38
# needs to be before the default Python 2
0 commit comments