Skip to content

Commit

Permalink
Suppress warning in start_ray.sh about leaving child processes runnin…
Browse files Browse the repository at this point in the history
…g when parent exits. (ray-project#429)
  • Loading branch information
robertnishihara authored and pcmoritz committed Apr 6, 2017
1 parent 93679df commit 85b373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85b373a

Please sign in to comment.