about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 981df05b..6ddcdd86 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -489,7 +489,7 @@ class Actions(  # pylint: disable=too-many-instance-attributes,too-many-public-m
                 else:
                     result = self.execute_file(selection, mode=mode)
                     if result in (False, ASK_COMMAND):
-                    self.open_console('open_with ')
+                        self.open_console('open_with ')
         elif direction.vertical() and cwd.files:
             pos_new = direction.move(
                 direction=direction.down(),