diff options
-rw-r--r-- | ranger/core/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py index e5fc33fa..5d2ee16c 100644 --- a/ranger/core/runner.py +++ b/ranger/core/runner.py @@ -154,6 +154,7 @@ class Runner(object): toggle_ui = False context.wait = False if 'r' in context.flags: + # TODO: make 'r' flag work with pipes if 'sudo' not in get_executables(): return self._log("Can not run with 'r' flag, sudo is not installed!") f_flag = ('f' in context.flags) |