summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/applications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/applications.py b/ranger/applications.py
index 53939f30..c1fe3f96 100644
--- a/ranger/applications.py
+++ b/ranger/applications.py
@@ -180,7 +180,7 @@ class AppContext(object):
 		self.squash_flags()
 
 		kw = {}
-		kw['stdout'] = sys.stderr
+		kw['stdout'] = sys.stdout
 		kw['stderr'] = sys.stderr
 		kw['args'] = self.action