From 5177b02b4934ea6e04053f5b5d51cac8ecec6f58 Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 7 Jan 2010 13:16:24 +0100 Subject: applications: fixed bad redirection of stdout --- ranger/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0