diff --git a/lib/core/common.py b/lib/core/common.py index 05dd323a3..fe31aaa54 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -3296,6 +3296,7 @@ def zeroDepthSearch(expression, value): Searches occurances of value inside expression at 0-depth level regarding the parentheses """ + retVal = [] depth = 0