mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
do not add schema to zip files
This commit is contained in:
parent
975d09d668
commit
b1796d6603
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ class BootstrapRepos:
|
||||||
self.registry = OpenPypeSettingsRegistry()
|
self.registry = OpenPypeSettingsRegistry()
|
||||||
self.zip_filter = [".pyc", "__pycache__"]
|
self.zip_filter = [".pyc", "__pycache__"]
|
||||||
self.openpype_filter = [
|
self.openpype_filter = [
|
||||||
"openpype", "schema", "LICENSE"
|
"openpype", "LICENSE"
|
||||||
]
|
]
|
||||||
|
|
||||||
# dummy progress reporter
|
# dummy progress reporter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue