Skip to content

Commit

Permalink
Merge pull request #178 from salute-developers/classifiers_repository
Browse files Browse the repository at this point in the history
classifiers
  • Loading branch information
dangerink authored Jan 11, 2024
2 parents a996013 + f841887 commit ed14b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smart_kit/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ def __init__(self, source, references_path, settings):
source=source, key="last_action_ids"),
FolderRepository(self.subfolder_path("bundles"), loader=ordered_json, source=source,
key="bundles"),
FolderRepository(self.subfolder_path("classifiers"), loader=ordered_json, source=source,
key="external_classifiers"),
]

self.repositories = self.override_repositories(self.repositories)
Expand Down

0 comments on commit ed14b49

Please sign in to comment.