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 78bcb1a commit 1b56be8Copy full SHA for 1b56be8
nodescraper/plugins/inband/memory/memory_analyzer.py
@@ -91,7 +91,7 @@ def _bytes_to_gb(n: float) -> float:
91
self.result.status = ExecutionStatus.ERROR
92
self._log_event(
93
category=EventCategory.OS,
94
- description=(f"{self.result.message}"),
+ description=self.result.message,
95
priority=EventPriority.CRITICAL,
96
)
97
0 commit comments