mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
skip actions without label
This commit is contained in:
parent
76bf19a235
commit
5c1a1a7690
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue