summary refs log tree commit diff stats
path: root/ranger/defaults/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/defaults/apps.py')
-rw-r--r--ranger/defaults/apps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py
index 33c3131c..8f7ddb5e 100644
--- a/ranger/defaults/apps.py
+++ b/ranger/defaults/apps.py
@@ -92,7 +92,7 @@ class CustomApplications(Applications):
 
 		# You can put this at the top of the function and mimeopen will
 		# always be used for every file.
-		self.either(c, 'mimeopen')
+		return self.either(c, 'mimeopen')
 
 
 	# ----------------------------------------- application definitions