mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -166,7 +166,7 @@ class RayTrialExecutor(TrialExecutor):
|
||||
|
||||
try:
|
||||
trial.write_error_log(error_msg)
|
||||
if hasattr(trial, 'runner') and trial.runner:
|
||||
if hasattr(trial, "runner") and trial.runner:
|
||||
if (not error and self._reuse_actors
|
||||
and self._cached_actor is None):
|
||||
logger.debug("Reusing actor for {}".format(trial.runner))
|
||||
|
||||
Reference in New Issue
Block a user