diff --git a/openpype/tools/launcher/models.py b/openpype/tools/launcher/models.py index 02aeb094e3..ecee8b1575 100644 --- a/openpype/tools/launcher/models.py +++ b/openpype/tools/launcher/models.py @@ -320,7 +320,7 @@ class ActionModel(QtGui.QStandardItemModel): action = action[0] compare_data = {} - if action: + if action and action.label: compare_data = { "app_label": action.label.lower(), "project_name": self.dbcon.Session["AVALON_PROJECT"],