mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
return lost changes ;)
This commit is contained in:
parent
48cc3cab3d
commit
48b6278fa8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class CollectShots(api.InstancePlugin):
|
|||
data["subset"],
|
||||
data["tasks"].keys(),
|
||||
[x["name"] for x in data.get("assetbuilds", [])],
|
||||
len(data["comments"])
|
||||
len(data.get("comments", []))
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue