mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Fix a crash when re-editing a path prompt after an error.
This commit is contained in:
@@ -98,6 +98,7 @@ class ActionBar(common.WWrap):
|
||||
return True
|
||||
|
||||
def path_prompt(self, prompt, text):
|
||||
self.expire = None
|
||||
self.w = PathEdit(prompt, text)
|
||||
|
||||
def prompt(self, prompt, text = ""):
|
||||
|
||||
Reference in New Issue
Block a user