mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Simplified indexing
This commit is contained in:
parent
c814e04691
commit
6d15256840
1 changed files with 2 additions and 2 deletions
|
|
@ -241,8 +241,8 @@ def filter_pyblish_plugins(plugins):
|
|||
)
|
||||
continue
|
||||
|
||||
host_from_file = split_path[-4:-3][0]
|
||||
plugin_kind = split_path[-2:-1][0]
|
||||
host_from_file = split_path[-4]
|
||||
plugin_kind = split_path[-2]
|
||||
|
||||
# TODO: change after all plugins are moved one level up
|
||||
if host_from_file == "openpype":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue