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

@@ -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()