mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Py3: Return path unescaped
[skip appveyor]
This commit is contained in:
parent
6ffe8b376e
commit
2dec2db756
@ -226,7 +226,7 @@ class TokValueFile(Token):
|
|||||||
return generators.FileGenerator(s)
|
return generators.FileGenerator(s)
|
||||||
|
|
||||||
def spec(self):
|
def spec(self):
|
||||||
return "<'%s'" % strutils.bytes_to_escaped_str(self.path)
|
return "<'%s'" % self.path
|
||||||
|
|
||||||
|
|
||||||
TokValue = pp.MatchFirst(
|
TokValue = pp.MatchFirst(
|
||||||
|
Loading…
Reference in New Issue
Block a user