mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
adding check also against class attribute
This commit is contained in:
parent
57c45cce46
commit
de72f26f94
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class CollectFramesFixDef(
|
|||
self.log.debug("last_version_published_files::{}".format(
|
||||
instance.data["last_version_published_files"]))
|
||||
|
||||
if rewrite_version:
|
||||
if self.rewrite_version_enable and rewrite_version:
|
||||
instance.data["version"] = version["name"]
|
||||
# limits triggering version validator
|
||||
instance.data.pop("latestVersion")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue