mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2625 from BigRoy/deadline_validate_expected_files
Deadline: Tweak validate expected files behavior
This commit is contained in:
commit
eb5eecd45c
2 changed files with 82 additions and 65 deletions
|
|
@ -17,7 +17,7 @@ def collect_frames(files):
|
|||
Returns:
|
||||
(dict): {'/asset/subset_v001.0001.png': '0001', ....}
|
||||
"""
|
||||
collections, remainder = clique.assemble(files)
|
||||
collections, remainder = clique.assemble(files, minimum_items=1)
|
||||
|
||||
sources_and_frames = {}
|
||||
if collections:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue