diff options
Diffstat (limited to 'ranger/core/runner.py')
-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 0ae227a6..849b849c 100644 --- a/ranger/core/runner.py +++ b/ranger/core/runner.py @@ -174,7 +174,7 @@ class Runner(object): toggle_ui = False context.wait = False if 'w' in context.flags: - if not pipe_output and context.wait: # <-- sanity check + if not pipe_output and context.wait: # <-- sanity check wait_for_enter = True if 'r' in context.flags: # TODO: make 'r' flag work with pipes |