File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ You can easily customize your own configurations from the set of features that S
8484
8585## Version
8686```
87- 4.7.5.12.7
87+ 4.7.5.12.8
8888```
8989
9090## RML-Test Cases
Original file line number Diff line number Diff line change 1- 4.7.5.12.7
1+ 4.7.5.12.8
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ def string_md5():
8585 return hashlib .md5 (str (global_dic ["valueParameter" ]).encode ()).hexdigest ()
8686
8787def controls_if ():
88- if bool (global_dic ["param_b " ]):
89- return str (global_dic ["param_true " ])
88+ if bool (global_dic ["bool_b " ]):
89+ return str (global_dic ["any_true " ])
9090 else :
91- return str (global_dic ["param_false " ])
91+ return str (global_dic ["any_false " ])
9292
9393def array_join ():
9494 output = ""
You can’t perform that action at this time.
0 commit comments