Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Sep 22, 2022
1 parent 85d4af4 commit f1cd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/gscoordinator/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def _get_engine_config(self):
# Disable ENABLE_JAVA_SDK when java is not installed on coordinator
if config["enable_java_sdk"] == "ON":
try:
java = find_java()
_ = find_java()
except RuntimeError:
logger.warning(
"Disable java sdk support since java is not installed on coordinator"
Expand Down

0 comments on commit f1cd4cc

Please sign in to comment.