mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
(fix): added forgotten comma
This commit is contained in:
parent
3db98b88d6
commit
a63939d46f
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ class AssetWidget(QtWidgets.QWidget):
|
|||
data = {
|
||||
'project': project['name'],
|
||||
'asset': asset['name'],
|
||||
'silo': asset.get("silo")
|
||||
'silo': asset.get("silo"),
|
||||
'parents': self.get_parents(asset),
|
||||
'task': task
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue