minor fix

This commit is contained in:
Miroslav Stampar 2012-02-23 13:31:50 +00:00
parent 82e2f27024
commit 086c3a3662
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ def errorUse(expression, expected=None, dump=False):
startLimit = 0
stopLimit = None
output = None
outputs = []
outputs = None
untilLimitChar = None
_, _, _, _, _, expressionFieldsList, expressionFields, _ = agent.getFields(expression)

View File

@ -143,7 +143,7 @@ def unionUse(expression, unpack=True, dump=False):
origExpr = expression
startLimit = 0
stopLimit = None
value = ""
value = None
width = getConsoleWidth()
start = time.time()