domcaps: Add pep8 fix

This commit is contained in:
Cole Robinson 2016-06-07 11:03:32 -04:00
parent 33ae6e51ad
commit e796efeaf9

View File

@ -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
],
}