mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix subfolders_list
This commit is contained in:
parent
76a2b3bea4
commit
99f1a95a08
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ class ApplicationLaunchContext:
|
||||||
# --- END: Backwards compatibility ---
|
# --- END: Backwards compatibility ---
|
||||||
|
|
||||||
subfolders_list = (
|
subfolders_list = (
|
||||||
(["hooks"]),
|
["hooks"],
|
||||||
("hosts", self.host_name, "hooks")
|
("hosts", self.host_name, "hooks")
|
||||||
)
|
)
|
||||||
for subfolders in subfolders_list:
|
for subfolders in subfolders_list:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue