diff --git a/blueos_repository/consolidate.py b/blueos_repository/consolidate.py index 803b0fa..d334feb 100755 --- a/blueos_repository/consolidate.py +++ b/blueos_repository/consolidate.py @@ -60,6 +60,7 @@ class ExtensionType(StrEnum): EXAMPLE = "example" THEME = "theme" OTHER = "other" + TOOL = "tool" # pylint: disable=too-many-instance-attributes