Skip to content

Commit 2fdbe95

Browse files
Vladimir Kotalidodeclare
andcommitted
print error message to stderr
Co-authored-by: C Fraire <[email protected]>
1 parent 5d34481 commit 2fdbe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
3232

3333
PYTHON_PATH="/c/Python39"
3434
if [[ ! -d $PYTHON_PATH ]]; then
35-
echo "Not a directory: $PYTHON_PATH"
35+
>&2 echo "Not a directory: $PYTHON_PATH"
3636
exit 1
3737
fi
3838
# needs to be before the default Python 2

0 commit comments

Comments
 (0)