Skip to content

Commit 62e0815

Browse files
committed
match_by_index is set to false when
math_epsilon is used
1 parent c495cb7 commit 62e0815

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Framework/Built_In_Automation/Sequential_Actions/common_functions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,10 @@ def New_Compare_Variables(step_data):
10641064
Left = left.strip()
10651065
Right = right.strip()
10661066

1067+
if math_epsilon:
1068+
match_by_index = False
1069+
CommonUtil.ExecLog(sModuleInfo, f"Match By Index is set to False as Math Epsilon is being used", 2)
1070+
10671071
list1 = CommonUtil.parse_value_into_object(list1_name)
10681072
list2 = CommonUtil.parse_value_into_object(list2_name)
10691073

0 commit comments

Comments
 (0)