summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Gurevich <david.gurevich111@gmail.com>2019-11-16 15:05:23 -0500
committerGitHub <noreply@github.com>2019-11-16 15:05:23 -0500
commit2244d46da6e191617046a1490ff0455ccfdb28bd (patch)
tree502fcdc2d997740ecde422fcd20aa303b2dddac0
parent482fced9722857e9a08da69b0ad00a174208d7d5 (diff)
parentdb0547fcffec111435366a0bfeb3f56c517b79b9 (diff)
downloadranger-2244d46da6e191617046a1490ff0455ccfdb28bd.tar.gz
Merge branch 'master' into master
-rwxr-xr-xranger/ext/rifle.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/ext/rifle.py b/ranger/ext/rifle.py
index 360e6a48..a73a188b 100755
--- a/ranger/ext/rifle.py
+++ b/ranger/ext/rifle.py
@@ -295,6 +295,9 @@ class Rifle(object):  # pylint: disable=too-many-instance-attributes
             self._app_flags = ''
             self._app_label = None
             if skip_ask and cmd == ASK_COMMAND:
+                # TODO(vifon): Fix properly, see
+                # https://github.com/ranger/ranger/pull/1341#issuecomment-537264495
+                count += 1
                 continue
             for test in tests:
                 if not self._eval_condition(test, files, None):