fix(core): typo 33/41133/1
authorpmikus <[email protected]>
Tue, 25 Jun 2024 10:02:40 +0000 (12:02 +0200)
committerPeter Mikus <[email protected]>
Tue, 25 Jun 2024 10:05:19 +0000 (10:05 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: I8ae87a8ee350cfe601a9deab2f115b75d26bd02a
(cherry picked from commit bfe6c8ff04840e40052d0ed9324e4fb856f6d73d)

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