Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Nov 18, 2024
1 parent 33a4841 commit ad88b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_tools/src/spark_rapids_pytools/rapids/rapids_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,8 @@ def _get_distributed_tools_configs(self) -> Optional[DistributedToolsConfig]:
if self.ctxt.is_distributed_mode():
return config_obj.distributed_tools
self.logger.warning(
'Distributed tool configurations detected, but distributed mode is not active. '
'Switching to local mode.'
'Distributed tool configurations detected, but distributed mode is not enabled.'
'Use \'--distributed\' flag to enable distributed mode. Switching to local mode.'
)
elif self.ctxt.is_distributed_mode():
self.logger.warning(
Expand Down

0 comments on commit ad88b94

Please sign in to comment.