mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix global settings for pyblish plugins
This commit is contained in:
parent
7a1e93697e
commit
dbf6727f49
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def filter_pyblish_plugins(plugins):
|
|||
plugin_kind = file.split(os.path.sep)[-2:-1][0]
|
||||
|
||||
# TODO: change after all plugins are moved one level up
|
||||
if host_from_file == "pype":
|
||||
if host_from_file == "openpype":
|
||||
host_from_file = "global"
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue