From 9cd01b938db4da15ec6195540e82a139b62d2397 Mon Sep 17 00:00:00 2001 From: Radek Isa Date: Wed, 19 Jun 2024 12:51:56 +0200 Subject: [PATCH] APP UVM: [BUGFIX] Add missing comma --- app/uvm/ver_settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/uvm/ver_settings.py b/app/uvm/ver_settings.py index 215fb09c1..4813c93d1 100644 --- a/app/uvm/ver_settings.py +++ b/app/uvm/ver_settings.py @@ -63,9 +63,7 @@ "test_speed" : { "__core_params__" : {"UVM_TEST" : "test::full_speed"}, - } - - + }, "_combinations_" : ( ("default",), # Works the same as '("default",),' as the "default" is applied in every combination