mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
global: improve docs strings
This commit is contained in:
parent
133c6aaa1a
commit
5ef8b40c90
1 changed files with 5 additions and 1 deletions
|
|
@ -372,7 +372,11 @@ def get_imageio_config(
|
|||
|
||||
|
||||
def _get_config_data(path_list, anatomy_data):
|
||||
"""Return first existing path in path list formatted by anatomy data.
|
||||
"""Return first existing path in path list.
|
||||
|
||||
If template is used in path inputs,
|
||||
then it is formated by anatomy data
|
||||
and environment variables
|
||||
|
||||
Args:
|
||||
path_list (list[str]): list of abs paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue