We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7463fe9 commit 0a912a6Copy full SHA for 0a912a6
nodescraper/plugins/inband/rocm/rocm_collector.py
@@ -65,7 +65,7 @@ def collect_data(self, args=None) -> tuple[TaskResult, RocmDataModel | None]:
65
else:
66
self._log_event(
67
category=EventCategory.OS,
68
- description=f"Could not get ROCm version format from {path}",
+ description=f"Unable to read ROCm version from {version_paths}",
69
data={"raw_output": res.stdout},
70
priority=EventPriority.ERROR,
71
)
0 commit comments