Skip to content

Ignore SEL entries related to booting the OS - #359

Open
TuxPowered42 wants to merge 2 commits into
masterfrom
k_check_dell
Open

Ignore SEL entries related to booting the OS#359
TuxPowered42 wants to merge 2 commits into
masterfrom
k_check_dell

Conversation

@TuxPowered42

Copy link
Copy Markdown
Contributor

No description provided.

@TuxPowered42
TuxPowered42 requested a review from lamaral December 5, 2025 14:52
Comment thread src/check_dell.py
"OS Critical Stop OS graceful shutdown Asserted",
):
if ignore_str in linestr:
ignore = True

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why loop over all of the strings before making a decision?
Just call continue here and get rid of the ignore variable altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants