diff options
author | toonn <toonn@toonn.io> | 2018-05-17 13:09:08 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-05-17 13:09:08 +0200 |
commit | 67df2a7d299402306a00a3303f463138abc56734 (patch) | |
tree | c851fb0b150cd20af44e24e2d98660ace3f1fa18 | |
parent | 75bf6abc67b50177292f16aa2042950b189895e9 (diff) | |
parent | cd4b2df4304071ea1fc1f035058700433a8b1c4a (diff) | |
download | ranger-67df2a7d299402306a00a3303f463138abc56734.tar.gz |
Merge branch 'rangerpath' of github:toonn/ranger into rangerpath
-rw-r--r-- | ranger/core/actions.py | 2 |
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(), |