more AYON in comments and docstrings

This commit is contained in:
Jakub Trllo 2024-03-25 11:22:29 +01:00
parent 55ad0586dc
commit cd0ee3b85c
4 changed files with 5 additions and 5 deletions

View file

@ -204,7 +204,7 @@ class ApplicationGroup:
Application group wraps different versions(variants) of application.
e.g. "maya" is group and "maya_2020" is variant.
Group hold `host_name` which is implementation name used in pype. Also
Group hold `host_name` which is implementation name used in AYON. Also
holds `enabled` if whole app group is enabled or `icon` for application
icon path in resources.

View file

@ -102,8 +102,8 @@ def get_all_current_info():
def extract_ayon_info_to_file(dirpath, filename=None):
"""Extract all current info to a file.
It is possible to define only directory path. Filename is concatenated with
pype version, workstation site id and timestamp.
It is possible to define only directory path. Filename is concatenated
with AYON version, workstation site id and timestamp.
Args:
dirpath (str): Path to directory where file will be stored.