aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/tools/console/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/master.py b/mitmproxy/tools/console/master.py
index 1bc79e5c..dd15a2f5 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: