mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'develop' into enhancement/AY-5648_Substance-work--publish-version-sync
This commit is contained in:
commit
9f26718a6d
1 changed files with 3 additions and 3 deletions
|
|
@ -202,10 +202,10 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
added_representations = True
|
||||
|
||||
if added_representations:
|
||||
self._mark_original_repre_for_deletion(repre, profile,
|
||||
added_review)
|
||||
self._mark_original_repre_for_deletion(
|
||||
repre, profile, added_review
|
||||
)
|
||||
|
||||
for repre in tuple(instance.data["representations"]):
|
||||
tags = repre.get("tags") or []
|
||||
if "delete" in tags and "thumbnail" not in tags:
|
||||
instance.data["representations"].remove(repre)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue