mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed subfolder
This commit is contained in:
parent
84175aaa78
commit
ef2abd1de8
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ class ApplicationLaunchContext:
|
|||
|
||||
subfolders_list = (
|
||||
("hooks", "global"),
|
||||
("hosts", "tvpaint", self.host_name)
|
||||
("hosts", "tvpaint", self.host_name, "hooks")
|
||||
)
|
||||
for subfolders in subfolders_list:
|
||||
path = os.path.join(pype_dir, *subfolders)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue