mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
restore the pattern for not breaking the submit publish job
This commit is contained in:
parent
114ee7f38e
commit
75d17fcdff
1 changed files with 1 additions and 2 deletions
|
|
@ -548,8 +548,7 @@ def _create_instances_for_aov(instance, skeleton, aov_filter, additional_data,
|
|||
instances = []
|
||||
# go through AOVs in expected files
|
||||
for aov, files in exp_files[0].items():
|
||||
cols, rem = clique.assemble(
|
||||
files, patterns=[clique.PATTERNS['frames']])
|
||||
cols, rem = clique.assemble(files)
|
||||
# we shouldn't have any reminders. And if we do, it should
|
||||
# be just one item for single frame renders.
|
||||
if not cols and rem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue