mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 03:07:18 +00:00
Py3: Return path unescaped
[skip appveyor]
This commit is contained in:
parent
6ffe8b376e
commit
2dec2db756
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class TokValueFile(Token):
|
|||
return generators.FileGenerator(s)
|
||||
|
||||
def spec(self):
|
||||
return "<'%s'" % strutils.bytes_to_escaped_str(self.path)
|
||||
return "<'%s'" % self.path
|
||||
|
||||
|
||||
TokValue = pp.MatchFirst(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue