Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Enhancement: Unify chunkSize name for Celaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprien CAILLOT committed Sep 11, 2024
1 parent d9731d0 commit 0c45b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def process(self, context):
missing_kwargs = []
passing_kwargs = {}
for key in (
"chunk",
"chunkSize",
"frameStart",
"frameEnd",
"resolutionWidth",
Expand Down

0 comments on commit 0c45b4c

Please sign in to comment.