minor fix related to a bug reported by warninggp@gmail.com

This commit is contained in:
Miroslav Stampar
2011-03-22 09:22:48 +00:00
parent cbfb10cbd1
commit c24ed6e622
2 changed files with 5 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ def __oneShotUnionUse(expression, unpack=True):
or extractRegexResult(check, removeReflectiveValues(listToStrValue(headers.headers \
if headers else None), payload), re.DOTALL | re.IGNORECASE)
output = getUnicode(output, kb.pageEncoding)
return output
def configUnion(char=None, columns=None):