From b86c56015a3e6def5fcadebba9301ee30f327f91 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 7 Apr 2021 16:37:10 +0200 Subject: [PATCH] removed TODO which is already done --- openpype/lib/applications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/lib/applications.py b/openpype/lib/applications.py index d48a8ea619..660f7598e2 100644 --- a/openpype/lib/applications.py +++ b/openpype/lib/applications.py @@ -290,7 +290,6 @@ class ApplicationManager: group = ApplicationGroup(group_name, variant_defs, self) self.app_groups[group_name] = group for app in group: - # TODO This should be replaced with `full_name` in future self.applications[app.full_name] = app tools_definitions = settings["tools"]["tool_groups"]