From 4cc6a5ecd1e1208c225464d0a83f74bfd699e8c6 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 15 Feb 2023 17:36:18 -0800 Subject: [PATCH] Fix type causing wrong type to be returned --- scripts/wk/std.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/std.py b/scripts/wk/std.py index b3ad837e..9e070036 100644 --- a/scripts/wk/std.py +++ b/scripts/wk/std.py @@ -222,7 +222,7 @@ class Menu(): if details[1].get('Hidden', False): offset -= 1 elif str(_i+offset) == selection: - resolved_selection = (details) + resolved_selection = (details,) break else: # Just check actions