summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-16 19:16:56 +0200
committerhut <hut@lavabit.com>2011-10-16 19:16:56 +0200
commit9608a3482f690f91dc960afe79eb4d218ac175c6 (patch)
tree52cb7e7f08ebaa991a81be75ddd5e2d8969b2a6b
parent26ebd92b2867cfdcfdb55877e6c4918c2ac686b5 (diff)
downloadranger-9608a3482f690f91dc960afe79eb4d218ac175c6.tar.gz
core.actions: typo
-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