mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed repos from filter list
This commit is contained in:
parent
a616611b6c
commit
db10343a29
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ class BootstrapRepos:
|
|||
self.registry = OpenPypeSettingsRegistry()
|
||||
self.zip_filter = [".pyc", "__pycache__"]
|
||||
self.openpype_filter = [
|
||||
"openpype", "repos", "schema", "LICENSE"
|
||||
"openpype", "schema", "LICENSE"
|
||||
]
|
||||
self._message = message
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue