diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-14 07:25:55 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-08-15 10:09:37 +0000 |
commit | 947057d7310cd1602119258c6b82fbb25fe1b79d (patch) | |
tree | bbecf0062a34f3a595287664282c7641b56c7cb5 /resources/libraries/python/DUTSetup.py | |
parent | 9aaade66aee4d1f1ca57aca272128db201a6f6cc (diff) |
fix(core): Pylint leftovers
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I8d3e93f61ba7929b79da386fbfcece992fea7324
Diffstat (limited to 'resources/libraries/python/DUTSetup.py')
-rw-r--r-- | resources/libraries/python/DUTSetup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py index 9fc525cab7..66ae2294a3 100644 --- a/resources/libraries/python/DUTSetup.py +++ b/resources/libraries/python/DUTSetup.py @@ -306,11 +306,11 @@ class DUTSetup: :param node: DUT node. :param pf_pci_addr: Physical Function PCI device address. - :param type: Either device or driver. + :param path: Either device or driver. :param numvfs: Number of VFs to initialize, 0 - removes the VFs. :type node: dict :type pf_pci_addr: str - :type type: str + :type path: str :type numvfs: int :raises RuntimeError: Failed to create VFs on PCI. """ |