mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update docstrign
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
26ab367103
commit
cd7b6212cc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class PushToContextController:
|
|||
|
||||
Args:
|
||||
project_name (Union[str, None]): Source project name.
|
||||
version_ids (Union[str, None]): Comma separated source version ids.
|
||||
version_ids (Optional[list[str]]): Version ids.
|
||||
"""
|
||||
if not project_name or not version_ids:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue