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

Skip to content

Commit b7989f9

Browse files
committed
Trivial update regarding last commit
1 parent ed8f16e commit b7989f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ def _cleanupOptions():
13951395
else:
13961396
conf.rParam = []
13971397

1398-
if conf.pDel:
1398+
if conf.pDel and '\\' in conf.pDel:
13991399
conf.pDel = conf.pDel.decode("string_escape")
14001400

14011401
if conf.skip:

0 commit comments

Comments
 (0)