diff options
author | hut <hut@lavabit.com> | 2011-10-16 19:16:56 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-16 19:16:56 +0200 |
commit | 9608a3482f690f91dc960afe79eb4d218ac175c6 (patch) | |
tree | 52cb7e7f08ebaa991a81be75ddd5e2d8969b2a6b | |
parent | 26ebd92b2867cfdcfdb55877e6c4918c2ac686b5 (diff) | |
download | ranger-9608a3482f690f91dc960afe79eb4d218ac175c6.tar.gz |
core.actions: typo
-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 0961c3bd..41176776 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -215,7 +215,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): macros['F'] = MACRO_FAIL if next_tab.get_selection(): macros['S'] = [fl.path for fl in next_tab.get_selection()] - except: + else: macros['S'] = MACRO_FAIL else: macros['D'] = MACRO_FAIL |