mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix registering of paths
This commit is contained in:
parent
ec6542c6aa
commit
dadf816d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ def install_openpype_plugins(project_name=None, host_name=None):
|
|||
modules_manager = ModulesManager()
|
||||
publish_plugin_dirs = modules_manager.collect_plugin_paths()["publish"]
|
||||
for path in publish_plugin_dirs:
|
||||
pyblish.api.register_plugin_path(PUBLISH_PATH)
|
||||
pyblish.api.register_plugin_path(path)
|
||||
|
||||
if host_name is None:
|
||||
host_name = os.environ.get("AVALON_APP")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue