diff --git a/blender_cloud/flamenco/__init__.py b/blender_cloud/flamenco/__init__.py index cef7ef8..1433433 100644 --- a/blender_cloud/flamenco/__init__.py +++ b/blender_cloud/flamenco/__init__.py @@ -955,7 +955,7 @@ async def create_job( *, priority: int = 50, job_description: str = None, - start_paused=False + start_paused=False, ) -> dict: """Creates a render job at Flamenco Server, returning the job object as dictionary.""" @@ -1008,7 +1008,7 @@ def _render_output_path( render_image_format: str, flamenco_render_frame_range: str, *, - include_rel_path: bool = True + include_rel_path: bool = True, ) -> typing.Optional[PurePath]: """Cached version of render_output_path()