summary refs log tree commit diff stats
path: root/ranger/applications.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/applications.py')
-rw-r--r--ranger/applications.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/applications.py b/ranger/applications.py
index ae1ca2e1..d71170c7 100644
--- a/ranger/applications.py
+++ b/ranger/applications.py
@@ -42,6 +42,7 @@ def run(*args, **kw):
 	args = map(str, args)
 	popen_kw = {}
 	popen_kw['stdout'] = sys.stderr
+	popen_kw['stderr'] = sys.stderr
 
 	for word in ('shell', 'stdout', 'stdin', 'stderr'):
 		if word in kw: