mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
pep8
This commit is contained in:
parent
d179a9e3b1
commit
cc6db5b808
1 changed files with 3 additions and 3 deletions
|
@ -269,10 +269,10 @@ def install_grub(efi_directory, fw_type):
|
||||||
|
|
||||||
# Workaround for some UEFI firmwares
|
# Workaround for some UEFI firmwares
|
||||||
efi_file_source = os.path.join(install_efi_directory_firmware,
|
efi_file_source = os.path.join(install_efi_directory_firmware,
|
||||||
efi_bootloader_id,
|
efi_bootloader_id,
|
||||||
efi_grub_file),
|
efi_grub_file),
|
||||||
efi_file_target = os.path.join(install_efi_boot_directory,
|
efi_file_target = os.path.join(install_efi_boot_directory,
|
||||||
efi_boot_file),
|
efi_boot_file),
|
||||||
|
|
||||||
shutil.copy2(efi_file_source, efi_file_target)
|
shutil.copy2(efi_file_source, efi_file_target)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue