Skip to content

Commit c60b3b0

Browse files
Jaspal SinghJaspal Singh
authored andcommitted
status fix
1 parent 38dd4a7 commit c60b3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/package/package_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def collect_data(
239239
rocm_packages = self._filter_rocm_packages(packages, rocm_pattern)
240240
if rocm_packages:
241241
self.result.message = f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex: {rocm_pattern}"
242-
self.result.status = ExecutionStatus.ERROR
242+
self.result.status = ExecutionStatus.OK
243243
self._log_event(
244244
category=EventCategory.OS,
245245
description=f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex: {rocm_pattern}",

0 commit comments

Comments
 (0)