summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index be989b18..58edc56a 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -784,10 +784,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 				if isinstance(value, dict):
 					recurse(keys, value)
 				else:
-					try:
-						write("%12s %s\n" % (construct_keybinding(keys), value))
-					except:
-						write("olo\n")
+					write("%12s %s\n" % (construct_keybinding(keys), value))
 
 		for context in contexts:
 			write("Keybindings in `%s'\n" % context)