summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 377df309..c7bdcfec 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -312,6 +312,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
         flags is a string consisting of runner.ALLOWED_FLAGS
         mode is a positive integer.
         Both flags and mode specify how the program is run."""
+        # TODO: docstring out of date
 
         mode = kw['mode'] if 'mode' in kw else 0