minor update

This commit is contained in:
Miroslav Stampar 2011-11-30 19:26:03 +00:00
parent f1dfa5c860
commit 9975ff8d17

View File

@ -1333,6 +1333,9 @@ def __cleanupOptions():
if conf.code: if conf.code:
conf.code = int(conf.code) conf.code = int(conf.code)
if conf.csvDel:
conf.csvDel = conf.csvDel.decode('string_escape') # e.g. '\\t' -> '\t'
threadData = getCurrentThreadData() threadData = getCurrentThreadData()
threadData.reset() threadData.reset()