Skip to content

Commit 3e5540a

Browse files
author
jaspals
committed
fixed message
1 parent c60b3b0 commit 3e5540a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nodescraper/plugins/inband/package/package_collector.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ def collect_data(
238238
rocm_pattern = args.rocm_regex if args else PackageAnalyzerArgs().rocm_regex
239239
rocm_packages = self._filter_rocm_packages(packages, rocm_pattern)
240240
if rocm_packages:
241-
self.result.message = f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex: {rocm_pattern}"
241+
self.result.message = (
242+
f"Found {len(rocm_packages)} ROCm-related packages installed as per given regex"
243+
)
242244
self.result.status = ExecutionStatus.OK
243245
self._log_event(
244246
category=EventCategory.OS,

0 commit comments

Comments
 (0)