xbmc / addon-check

Automatic checks for new repository submissions
GNU General Public License v3.0
52 stars 42 forks source link

Report the problem if the addon.xml xml contents are invalid #254

Closed enen92 closed 3 years ago

enen92 commented 3 years ago

Addon checker is throwing if invalid xml data is present in addon xml. Catch the exception and log a problem instead.

sualfred commented 3 years ago

LGTM.