mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
match typehints in arguments
This commit is contained in:
parent
7e5f9f27d1
commit
02b2279717
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@ def get_paths_from_environ(
|
|||
"""Return existing paths from specific environment variable.
|
||||
|
||||
Args:
|
||||
env_key (str): Environment key where should look for paths.
|
||||
env_value (str): Value of environment variable. Argument `env_key` is
|
||||
skipped if this argument is entered.
|
||||
env_key (Optional[str]): Environment key where should look for paths.
|
||||
env_value (Optional[str]): Value of environment variable.
|
||||
Argument `env_key` is skipped if this argument is entered.
|
||||
return_first (bool): Return first found value or return list of found
|
||||
paths. `None` or empty list returned if nothing found.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue