Renaming conf.pDel to conf.paramDel

This commit is contained in:
Miroslav Stampar
2014-04-06 16:48:46 +02:00
parent 95e7ca02f0
commit 0ae8ac707e
7 changed files with 9 additions and 9 deletions

View File

@@ -1431,8 +1431,8 @@ def _cleanupOptions():
else:
conf.rParam = []
if conf.pDel and '\\' in conf.pDel:
conf.pDel = conf.pDel.decode("string_escape")
if conf.paramDel and '\\' in conf.paramDel:
conf.paramDel = conf.paramDel.decode("string_escape")
if conf.skip:
conf.skip = conf.skip.replace(" ", "")