mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added optionality to new argument in method signature
This commit is contained in:
parent
4a5583cff0
commit
87bb613b75
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ def prepare_representations(
|
|||
do_not_add_review,
|
||||
context,
|
||||
color_managed_plugin,
|
||||
frames_to_render
|
||||
frames_to_render=None
|
||||
):
|
||||
"""Create representations for file sequences.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue