fix global settings for pyblish plugins

This commit is contained in:
iLLiCiTiT 2021-04-14 16:35:21 +02:00
parent 7a1e93697e
commit dbf6727f49

View file

@ -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: