Harmon to Deadline - fix last frame wasn't published

This commit is contained in:
Petr Kalis 2021-01-20 13:05:46 +01:00
parent 19a91b9ea7
commit 8355979cc9

View file

@ -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,