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 38dd4a7 commit c60b3b0Copy full SHA for c60b3b0
nodescraper/plugins/inband/package/package_collector.py
@@ -239,7 +239,7 @@ def collect_data(
239
rocm_packages = self._filter_rocm_packages(packages, rocm_pattern)
240
if rocm_packages:
241
self.result.message = f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex: {rocm_pattern}"
242
- self.result.status = ExecutionStatus.ERROR
+ self.result.status = ExecutionStatus.OK
243
self._log_event(
244
category=EventCategory.OS,
245
description=f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex: {rocm_pattern}",
0 commit comments