Merge pull request #5828 from ynput/bugfix/skip-kitsu-for-ayon-addon

AYON: Skip kitsu module when creating ayon addons
This commit is contained in:
Jakub Trllo 2023-10-30 12:23:42 +01:00 committed by GitHub
commit 60ddcfe37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,7 @@ IGNORED_FILENAMES_IN_AYON = {
"shotgrid",
"sync_server",
"slack",
"kitsu",
}

View file

@ -209,7 +209,8 @@ def create_openpype_package(
"shotgrid",
"sync_server",
"example_addons",
"slack"
"slack",
"kitsu",
]
# Subdirs that won't be added to output zip file
ignored_subpaths = [