From 4e70a75976c3bf7ba05bfe02a69fe20a448a8225 Mon Sep 17 00:00:00 2001 From: Yi Cheng Date: Thu, 15 Apr 2021 10:27:00 -0700 Subject: [PATCH] test --- python/ray/worker.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/ray/worker.py b/python/ray/worker.py index f0218c2c581c..d326d05571d0 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -64,6 +64,10 @@ RESTORE_WORKER_MODE = 4 UTIL_WORKER_MODE = 5 +""" +This is a bug, I fiex this +""" + ERROR_KEY_PREFIX = b"Error:" # Logger for this module. It should be configured at the entry point