Skip to content

Commit 0a912a6

Browse files
committed
addressed reviews
1 parent 7463fe9 commit 0a912a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/rocm/rocm_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def collect_data(self, args=None) -> tuple[TaskResult, RocmDataModel | None]:
6565
else:
6666
self._log_event(
6767
category=EventCategory.OS,
68-
description=f"Could not get ROCm version format from {path}",
68+
description=f"Unable to read ROCm version from {version_paths}",
6969
data={"raw_output": res.stdout},
7070
priority=EventPriority.ERROR,
7171
)

0 commit comments

Comments
 (0)