diff options
author | hut <hut@lavabit.com> | 2012-03-19 01:24:08 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-03-19 01:24:08 +0100 |
commit | d0506ca681423273c568d6c0c584a01f0d95ccba (patch) | |
tree | d4be156e14912e80c9acdb4e8beac1adfad731d3 | |
parent | 4ead0882adafbcc419f3a0c8e40f58846dda0dbd (diff) | |
download | ranger-d0506ca681423273c568d6c0c584a01f0d95ccba.tar.gz |
core.runner: updated ALLOWED_FLAGS, added comment
-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(): |