Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9975ff8

Browse files
committed
minor update
1 parent f1dfa5c commit 9975ff8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/core/option.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,9 @@ class _(unicode): pass
13331333
if conf.code:
13341334
conf.code = int(conf.code)
13351335

1336+
if conf.csvDel:
1337+
conf.csvDel = conf.csvDel.decode('string_escape') # e.g. '\\t' -> '\t'
1338+
13361339
threadData = getCurrentThreadData()
13371340
threadData.reset()
13381341

0 commit comments

Comments
 (0)