mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
small fix using string key instead of not existing variable version
This commit is contained in:
parent
0dc4e9930f
commit
307c12de5b
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class CollectReviews(api.InstancePlugin):
|
|||
version_data.update({k: instance.data[k] for k in transfer_data})
|
||||
|
||||
if 'version' in instance.data:
|
||||
version_data["version"] = instance.data[version]
|
||||
version_data["version"] = instance.data["version"]
|
||||
|
||||
# add to data of representation
|
||||
version_data.update({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue