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 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