Skip to content

Commit 1b56be8

Browse files
committed
addressed rev
1 parent 78bcb1a commit 1b56be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/memory/memory_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _bytes_to_gb(n: float) -> float:
9191
self.result.status = ExecutionStatus.ERROR
9292
self._log_event(
9393
category=EventCategory.OS,
94-
description=(f"{self.result.message}"),
94+
description=self.result.message,
9595
priority=EventPriority.CRITICAL,
9696
)
9797

0 commit comments

Comments
 (0)