summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
1' href='#n71'>71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102