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 d000770 commit 0bee7ceCopy full SHA for 0bee7ce
nodescraper/plugins/inband/journal/journal_collector.py
@@ -66,7 +66,6 @@ def _read_with_journalctl(self, args: Optional[JournalCollectorArgs] = None):
66
priority=EventPriority.ERROR,
67
console_log=True,
68
)
69
- # set result to error and return None so upstream code can continue
70
self.result.message = "Could not read journalctl data"
71
self.result.status = ExecutionStatus.ERROR
72
return None
0 commit comments