diff options
-rw-r--r-- | ranger/core/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py index d049b655..376fd43c 100644 --- a/ranger/core/runner.py +++ b/ranger/core/runner.py @@ -175,7 +175,7 @@ class Runner(object): pipe_output = True context.wait = False if 's' in context.flags or 'd' in context.flags: - for key in ('stdout', 'stderr', 'stdin'): + for key in ('stdout', 'stderr'): popen_kws[key] = devnull if 'd' in context.flags: toggle_ui = False |