mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Harmon to Deadline - fix last frame wasn't published
This commit is contained in:
parent
19a91b9ea7
commit
8355979cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class CollectFarmRender(pype.lib.abstract_collect_render.
|
|||
file_prefix = info[0]
|
||||
file_prefix += '.temp'
|
||||
|
||||
for frame in range(start, end):
|
||||
for frame in range(start, end + 1):
|
||||
expected_files.append(
|
||||
path / "{}{}.{}".format(
|
||||
file_prefix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue