From fb0bc7b9472a4095693c3c6b3cc4a1b59c9ba8ba Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Fri, 28 Feb 2020 10:27:45 -0800 Subject: [PATCH] Partially revert "[Core/RLlib] Move `log_once` from rllib to ray.util. (#7273)" (#7361) This partially reverts commit 357232d1241d20df3d7ec1ee723a26fdbf5cffe9. The addition of python/__init__.py broke the build on Windows. However, this is difficult to notice because Bazel doesn't seem to notice this dependency. You first have to go to a commit that fails on this issue, and then try to re-build this commit, so that Bazel actually performs a rebuild. A useful command-line for triggering the exact build i: bazel build --compile_one_dependency //:python/ray/_raylet.pyx --- python/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 python/__init__.py diff --git a/python/__init__.py b/python/__init__.py deleted file mode 100644 index e69de29bb..000000000