Refactor/remove legacy usage of asset, family and subset

This commit is contained in:
Roy Nieterau 2025-12-16 10:48:59 +01:00
parent 92d01a2ceb
commit ea59a764cd
14 changed files with 7 additions and 44 deletions

View file

@ -137,7 +137,7 @@ class HostBase(AbstractHost):
def get_current_folder_path(self) -> Optional[str]:
"""
Returns:
Optional[str]: Current asset name.
Optional[str]: Current folder path.
"""
return os.environ.get("AYON_FOLDER_PATH")