From 791ac16674078bcd2e6421eb2ef8cb7e325b4b64 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 20 Dec 2021 19:26:24 +0100 Subject: [PATCH] Test Fix Viste --- platformcode/platformtools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 5f8dd934..68f60cd9 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -472,8 +472,8 @@ def getCurrentView(item=None, parent_item=None): elif item.action: return 'menu', addons - else: - return None, None + # else: + # return None, None