Skip to content

Commit f145356

Browse files
authored
Merge pull request #565 from Zayadul-huq-afnan/bugfix/disable-show-value
Fixed the bug of showing nested values of disable-show-value variables
2 parents bb0fba8 + 0cfa61a commit f145356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Framework/Utilities/CommonUtil.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,9 @@ def ExecLog(
580580
if val != None:
581581
if str(val).lower() in sDetails.lower():
582582
return
583+
584+
elif sDetails.lower() in str(val).lower():
585+
return
583586

584587
if not print_execlog: return # For bypass_bug() function dont print logs
585588

0 commit comments

Comments
 (0)