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

do not do stuff for EFI on BIOS #59

Merged
merged 1 commit into from
Jan 16, 2022
Merged

do not do stuff for EFI on BIOS #59

merged 1 commit into from
Jan 16, 2022

Conversation

Batcastle
Copy link
Member

There were not checks in the verification script for if the user was
using UEFI or BIOS, before trying to set efi vars. Added those checks
in.

There were not checks in the verification script for if the user was 
using UEFI or BIOS, before trying to set efi vars. Added those checks 
in.
@Batcastle Batcastle added the bug Something isn't working label Jan 16, 2022
@Batcastle Batcastle self-assigned this Jan 16, 2022
@pep8speaks
Copy link

Hello @Batcastle! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 50:47: W605 invalid escape sequence '\E'
Line 50:51: W605 invalid escape sequence '\s'
Line 50:59: W605 invalid escape sequence '\s'
Line 50:80: E501 line too long (80 > 79 characters)
Line 102:80: E501 line too long (87 > 79 characters)
Line 127:80: E501 line too long (86 > 79 characters)

@Batcastle Batcastle merged commit ddf9ea1 into testing Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants