summaryrefslogtreecommitdiff
path: root/tox/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tox/config.py')
-rw-r--r--tox/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox/config.py b/tox/config.py
index 079dff3..230508d 100644
--- a/tox/config.py
+++ b/tox/config.py
@@ -1129,6 +1129,7 @@ class _ArgvlistReader:
new_arg = ""
new_word = reader._replace(word)
new_word = reader._replace(new_word)
+ new_word = new_word.replace('\\{', '{').replace('\\}', '}')
new_arg += new_word
newcommand += new_arg