mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
✨ resolve environments in dev bundle paths
This commit is contained in:
parent
8bd1f08cc3
commit
257dfe204a
1 changed files with 3 additions and 0 deletions
|
|
@ -302,6 +302,9 @@ def _load_ayon_addons(log):
|
|||
milestone_version = MOVED_ADDON_MILESTONE_VERSIONS.get(addon_name)
|
||||
if use_dev_path:
|
||||
addon_dir = dev_addon_info["path"]
|
||||
if addon_dir:
|
||||
addon_dir.format(os.environ)
|
||||
|
||||
if not addon_dir or not os.path.exists(addon_dir):
|
||||
log.warning((
|
||||
"Dev addon {} {} path does not exists. Path \"{}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue