File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 15
4+ ### [ 15.0.0] [ January 21, 2022]
5+ - ** [ Change] ** action_disable is flipped
6+
37# Version 14
48### [ 14.9.0] [ January 21, 2022]
59- ** [ Add] ** Added ** Python Expression** evaluation inside our ` %||% ` syntax
Original file line number Diff line number Diff line change @@ -451,6 +451,7 @@ def run_all_test_steps_in_a_test_case(
451451 all_action_data_set .append (action_dataset )
452452 dict = {}
453453 dict ["Action disabled" ] = True if action_info ["action_disabled" ] == False else False
454+ dict ["Action disabled" ] = not dict ["Action disabled" ]
454455 dict ["Action name" ] = action_info ["action_name" ]
455456 all_action_Info .append (dict )
456457 all_step_dataset .append (all_action_data_set )
Original file line number Diff line number Diff line change 11[ZeuZ Python Version]
2- version = 14.9 .0
2+ version = 15.0 .0
33[Release Date]
44date = January 21, 2022
You can’t perform that action at this time.
0 commit comments