Skip to content

Commit 0bee7ce

Browse files
Jaspal SinghJaspal Singh
authored andcommitted
fixed comment
1 parent d000770 commit 0bee7ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodescraper/plugins/inband/journal/journal_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _read_with_journalctl(self, args: Optional[JournalCollectorArgs] = None):
6666
priority=EventPriority.ERROR,
6767
console_log=True,
6868
)
69-
# set result to error and return None so upstream code can continue
7069
self.result.message = "Could not read journalctl data"
7170
self.result.status = ExecutionStatus.ERROR
7271
return None

0 commit comments

Comments
 (0)