Fix enumerate script

This commit is contained in:
abejgonzalez 2023-05-18 17:04:47 -07:00
parent 4de5b61704
commit c26032c39e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def call_driver(bdf: str, driver: Path, args: List[str]) -> int:
[
str(driverPath),
"+permissive",
f"+slotid={bus_id}",
f"+bus={bus_id}",
] + args + [
"+permissive-off",
"+prog0=none",