about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
Diffstat (limited to 'ranger')
-rw-r--r--ranger/data/apps.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/data/apps.py b/ranger/data/apps.py
index 2bb7e9cd..c9958e1e 100644
--- a/ranger/data/apps.py
+++ b/ranger/data/apps.py
@@ -50,6 +50,9 @@
 #     return "mplayer", args, context.filepaths
 # "context.filepaths" can, and will often be abbreviated with just "context":
 #     return "mplayer", context
+#
+# 4. "None" to indicate that no action was found.
+#     return None
 # ===================================================================
 
 # Import the basics