removed repos from filter list

This commit is contained in:
Jakub Trllo 2022-04-22 11:27:40 +02:00
parent a616611b6c
commit db10343a29

View file

@ -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