From bfe6c8ff04840e40052d0ed9324e4fb856f6d73d Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 25 Jun 2024 12:02:40 +0200 Subject: fix(core): typo Signed-off-by: Peter Mikus Change-Id: I8ae87a8ee350cfe601a9deab2f115b75d26bd02a --- resources/libraries/python/DUTSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') 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 -- cgit 1.2.3-korg