mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
improving code coment
This commit is contained in:
parent
e0776c8548
commit
2f78943791
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ class ExtractBurnin(publish.Extractor):
|
|||
|
||||
self.main_process(instance)
|
||||
|
||||
# Remove any representations tagged for deletion.
|
||||
# QUESTION Is possible to have representation with "delete" tag?
|
||||
# Remove only representation tagged with both
|
||||
# tags `delete` and `burnin`
|
||||
for repre in tuple(instance.data["representations"]):
|
||||
if all(x in repre.get("tags", []) for x in ['delete', 'burnin']):
|
||||
self.log.debug("Removing representation: {}".format(repre))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue