From 5ef8b40c9035bed8a5d564d868ff3375fcd20210 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 18 Jan 2023 17:08:49 +0100 Subject: [PATCH] global: improve docs strings --- openpype/pipeline/colorspace.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openpype/pipeline/colorspace.py b/openpype/pipeline/colorspace.py index c5be91a694..1a700e466e 100644 --- a/openpype/pipeline/colorspace.py +++ b/openpype/pipeline/colorspace.py @@ -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