diff options
-rw-r--r-- | ranger/core/runner.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py index 0f2bc9c7..52c0b669 100644 --- a/ranger/core/runner.py +++ b/ranger/core/runner.py @@ -29,7 +29,9 @@ from subprocess import Popen, PIPE from ranger.ext.get_executables import get_executables -ALLOWED_FLAGS = 'sdpwcrtSDPWCRT' +# TODO: Remove unused parts of runner.py +#ALLOWED_FLAGS = 'sdpwcrtSDPWCRT' +ALLOWED_FLAGS = 'cfrtCFRT' def press_enter(): |