drauger-os-development / edamame

Linux System Installation Utility for Debian-based distributions
GNU General Public License v2.0
8 stars 4 forks source link

do not do stuff for EFI on BIOS #59

Closed Batcastle closed 2 years ago

Batcastle commented 2 years ago

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.

pep8speaks commented 2 years ago

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)