mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-08 04:58:29 +03:00
domcaps: Add pep8 fix
This commit is contained in:
parent
33ae6e51ad
commit
e796efeaf9
@ -102,12 +102,12 @@ class DomainCapabilities(XMLBuilder):
|
||||
".*OVMF_CODE\.fd", # RHEL
|
||||
".*ovmf-x64/OVMF.*\.fd", # gerd's firmware repo
|
||||
".*ovmf-x86_64-.*", # SUSE
|
||||
".*ovmf.*", ".*OVMF.*", # generic attempt at a catchall
|
||||
".*ovmf.*", ".*OVMF.*", # generic attempt at a catchall
|
||||
],
|
||||
"aarch64": [
|
||||
".*AAVMF_CODE\.fd", # RHEL
|
||||
".*aarch64/QEMU_EFI.*", # gerd's firmware repo
|
||||
".*aarch64.*", # generic attempt at a catchall
|
||||
".*aarch64.*", # generic attempt at a catchall
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user