From 449bdf92c07f566729832a5c28dd39b743fc9d6f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Apr 2020 17:33:27 +0530 Subject: console error --- mitmproxy/command_lexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/command_lexer.py b/mitmproxy/command_lexer.py index f042f3c9..93f87ac5 100644 --- a/mitmproxy/command_lexer.py +++ b/mitmproxy/command_lexer.py @@ -16,7 +16,7 @@ PartialQuotedString = pyparsing.Regex( | (?:\\.) # escape sequence )* - (?:\1|$) # end quote + (?:\1?|$) # end quote ''', re.VERBOSE ) -- cgit v1.2.3