From: pmikus Date: Tue, 25 Jun 2024 10:02:40 +0000 (+0200) Subject: fix(core): typo X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=44ec6ea26e8fcb5eef28af2439ae7264245324ec;p=csit.git fix(core): typo Signed-off-by: Peter Mikus Change-Id: I8ae87a8ee350cfe601a9deab2f115b75d26bd02a (cherry picked from commit bfe6c8ff04840e40052d0ed9324e4fb856f6d73d) --- diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py index b92bf1d85d..64f3b4317c 100644 --- a/resources/libraries/python/DUTSetup.py +++ b/resources/libraries/python/DUTSetup.py @@ -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