summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/api/apps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/api/apps.py b/ranger/api/apps.py
index 1af3167b..56f8afd2 100644
--- a/ranger/api/apps.py
+++ b/ranger/api/apps.py
@@ -109,7 +109,7 @@ class Applications(FileManagerAware):
 		arguments = handler(context)
 		# flatten
 		if isinstance(arguments, str):
-			return (arguments, )
+			return arguments
 		if arguments is None:
 			return None
 		result = []