mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix code style
This commit is contained in:
parent
b510804517
commit
bb3fa9ceed
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ class CollectRedshiftROPRenderProducts(pyblish.api.InstancePlugin):
|
|||
render_products = [beauty_product]
|
||||
files_by_aov = {
|
||||
beauty_suffix: self.generate_expected_files(instance,
|
||||
beauty_product)}
|
||||
beauty_product)
|
||||
}
|
||||
|
||||
num_aovs = rop.evalParm("RS_aov")
|
||||
for index in range(num_aovs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue