This commit is contained in:
Pascal Vizeli 2017-05-02 01:27:53 +02:00 committed by GitHub
parent 088cc3ef15
commit 57c21b4eb5

View File

@ -93,7 +93,7 @@ class AddonsData(Config):
def _read_addons_folder(self, path, repository): def _read_addons_folder(self, path, repository):
"""Read data from addons folder.""" """Read data from addons folder."""
for addon in path.glob("**/*.config.json"): for addon in path.glob("**/config.json"):
try: try:
addon_config = read_json_file(addon) addon_config = read_json_file(addon)