-
Notifications
You must be signed in to change notification settings - Fork 238
Uefi plugin #1143
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
base: master
Are you sure you want to change the base?
Uefi plugin #1143
Conversation
and also sorted results in the template by rule name
| run_docker_container( | ||
| DOCKER_IMAGE, | ||
| combine_stderr_stdout=True, | ||
| timeout=self.TIMEOUT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is part of the Mixin and should not be used.
Also I'd rather use functions instead of methods since plugins don't maintain state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops I didn't intend to use it. This is more of an artifact from the pre-V1 plugin
Uh oh!
There was an error while loading. Please reload this page.