You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We Should have a check for init.py file.
The main reason is that When we run pylint on any folder it first checks for init.py file in it. If the file is missing then it produce an error
I would rather hope for them to fix it then add this hack to our codebase :/
Pretty much every addon will fails that check, as you only need that file for subfolders in kodi land.
@razzeee yes but as you can see there in comments that this issue haven't been fixed since last year.
So I think instead of leaving this issue we can come up with not so good and temporary solution i.e we can have a check for init.py file and if the file is missing we can just add the file to the addon. Now this is not a very good solution but this seems the only possible solution for now.
We can remove this check the moment that issue get fixed.
We Should have a check for init.py file.
The main reason is that When we run pylint on any folder it first checks for init.py file in it. If the file is missing then it produce an error
This is the error:
This is a know problem in pylint.
The text was updated successfully, but these errors were encountered: