mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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["subset"],
|
||||||
data["tasks"].keys(),
|
data["tasks"].keys(),
|
||||||
[x["name"] for x in data.get("assetbuilds", [])],
|
[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