mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Make only_published argument optional
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
27150e4abb
commit
171b9bc3db
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ def get_instance_staging_dir(instance):
|
|||
return staging_dir
|
||||
|
||||
|
||||
def get_publish_repre_path(instance, repre, only_published):
|
||||
def get_publish_repre_path(instance, repre, only_published=False):
|
||||
"""Get representation path that can be used for integration.
|
||||
|
||||
When 'only_published' is set to true the validation of path is not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue