bug fix (UnboundLocalError: local variable 'colType' referenced before assignment)

This commit is contained in:
Miroslav Stampar 2011-01-19 21:46:43 +00:00
parent aea43a1e43
commit 7ad41f9b19

View File

@ -183,6 +183,8 @@ class Dump:
maxlength1 = 0
maxlength2 = 0
colType = None
colList = columns.keys()
colList.sort(key=lambda x: x.lower())