-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log file generates a warning when --reporter=log is used #233
Comments
Should be a bug, I think. |
iirc it wasn't about using |
I didn't think about this workaround @anxdpanic, thank you for the idea. I guess it can be used until the bug is fixed. Thanks for confirming it @razzeee. I will probably try to submit a pull request to fix the issue at some point but since I don't know the code at all, any suggestion is welcome :) |
On the other hand, it's probably correct, if you are building a pipeline which automatically creates your addons and will just zip that folder. @enen92 |
It turned out to be more complicated than expected especially because:
Anyway I submitted the PR #236 and added more info there. |
When I run
kodi-addon-checker --branch leia --reporter=log
there is a warning reported on the log file generated by the addon-checker:I think it is wrong and this file should somehow be ignored.
It seems it was already reported in #156 but from what I see in the final answer the reporter closed the issue because he/she didn't use the argument
reporter=log
anymore which doesn't really fix the initial issue.I didn't look in the code yet so I don't know how easy it could be fixed but could you first confirm if it is a bug or if it is somehow expected?
Thanks :)
The text was updated successfully, but these errors were encountered: