Update description to clarify - code doesn't support install the tool, not distro itself. (#1143)

This commit is contained in:
LiliDeng 2021-01-07 14:16:55 +08:00 коммит произвёл Chi Song
Родитель 6c53b6af10
Коммит bd3773620b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -472,10 +472,10 @@ class Tools:
tool_log.debug(f"installed in {timer}")
else:
raise LisaException(
f"doesn't support install [{tool.name}] on "
f"{self._node.name}, "
f"cannot find [{tool.name}] on [{self._node.name}], "
f"{self._node.os.__class__.__name__}, "
f"Remote({self._node.is_remote})"
f"Remote({self._node.is_remote}) "
f"and installation of [{tool.name}] isn't enabled in lisa."
)
else:
tool_log.debug("installed already")