Skip to content

Commit

Permalink
check if settings.xml file exists or not
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfr committed Oct 15, 2018
1 parent 4b1f534 commit 8ee90a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kodi_addon_checker/check_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def start(addon_path, branch_name, all_repo_addons, pr, config=None):
if len(addon_xml.findall("*//broken")) == 0:
file_index = handle_files.create_file_index(addon_path)

handle_files.addon_file_exists(addon_report, addon_path, "settings.xml" )

schema_validation.schemas(addon_report, parsed_xml, branch_name)

check_dependencies.check_addon_dependencies(addon_report, repo_addons, parsed_xml, branch_name)
Expand Down

0 comments on commit 8ee90a7

Please sign in to comment.