Suppress warning in start_ray.sh about leaving child processes running when parent exits. (#429)

This commit is contained in:
Robert Nishihara 2017-04-05 23:54:22 -07:00 committed by Philipp Moritz
parent 93679df724
commit 85b373a4be

View file

@ -2,4 +2,4 @@
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
python "$ROOT_DIR/start_ray.py" "$@"
python "$ROOT_DIR/start_ray.py" "$@" 2> /dev/null