diff --git a/mitmproxy/tools/console/master.py b/mitmproxy/tools/console/master.py index 1bc79e5cc..dd15a2f5f 100644 --- a/mitmproxy/tools/console/master.py +++ b/mitmproxy/tools/console/master.py @@ -128,7 +128,7 @@ class ConsoleMaster(master.Master): subprocess.call(cmd) except: signals.status_message.send( - message="Can't start editor: %s" % " ".join(c) + message="Can't start editor: %s" % c ) else: with open(name, "r" if text else "rb") as f: