fix(core): typo 84/41184/1
authorpmikus <[email protected]>
Tue, 25 Jun 2024 10:02:40 +0000 (12:02 +0200)
committerpmikus <[email protected]>
Tue, 25 Jun 2024 10:02:40 +0000 (12:02 +0200)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I8ae87a8ee350cfe601a9deab2f115b75d26bd02a

resources/libraries/python/DUTSetup.py

index b92bf1d..64f3b43 100644 (file)
@@ -323,7 +323,7 @@ class DUTSetup:
                 # sriov is not supported and we want 0 VFs
                 # no need to do anything
                 return
-            if numvfs > 0 AND skip_check:
+            if numvfs > 0 and skip_check:
                 # we may be in VM
                 return