xbmc / addon-check

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

Don't check for file permissions on Windows #223

Closed basrieter closed 4 years ago

basrieter commented 4 years ago

There is no need to check for file permissions on windows. It now shows a lot of errors because all files are executable on Windows.

basrieter commented 4 years ago

Moving the common.py broke the unittests. Fixing that.