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

This reverts commit 85b373a4be.
This commit is contained in:
Robert Nishihara
2017-04-07 17:32:28 -07:00
committed by Alexey Tumanov
parent 6f9225490b
commit 8061b3b596
+1 -1
View File
@@ -2,4 +2,4 @@
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
python "$ROOT_DIR/start_ray.py" "$@" 2> /dev/null
python "$ROOT_DIR/start_ray.py" "$@"