skip actions without label

This commit is contained in:
Jakub Trllo 2022-02-07 11:52:30 +01:00
parent 76bf19a235
commit 5c1a1a7690

View file

@ -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"],