Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle systemlevel_run calls not returning error #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aravindhp
Copy link

In most calls sites of systemlevel_run, there was no check to see if the executed command returned an error or not. This commit fixes #12.

In most calls sites of systemlevel_run, there was no check to see if
the executed command returned an error or not. This commit fixes that
issue.
@aravindhp aravindhp changed the title Handle systemlevel_run calls returning error Handle systemlevel_run calls not returning error Jan 14, 2021
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.

Call sites of systemlevel_run does not check if a command succeeded
1 participant