Conversation
Kodiai Review SummaryWhat ChangedThis PR adds a new RadarRange label to the OzWeather addon, providing radar range information for weather displays. Reviewed: core logic, docs Strengths
ObservationsImpact[CRITICAL] weather.ozweather/resources/lib/store.py (120, 123): Invalid function call on staticmethod Verdict🔴 Address before merging -- 1 blocking issue(s) found Review Details
|
|
@kodiai The line you mention has a method call with parantheses - you are incorrect:
|
kodiai responseYou're absolutely correct, and I apologize for the error. Looking at the actual code:
The method call is valid and my critical issue flag was incorrect. Thank you for catching that. |
basrieter
left a comment
There was a problem hiding this comment.
See my comment about the removal of the space-char?
| @@ -1,5 +1,5 @@ | |||
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
| <addon id="weather.ozweather" name="Oz Weather" version="2.1.7" provider-name="Bossanova808"> | |||
| <addon id="weather.ozweather" name="OzWeather" version="2.1.8" provider-name="Bossanova808"> | |||
There was a problem hiding this comment.
Was this space removal intended?
There was a problem hiding this comment.
It was intended - it's never been called 'Oz Weather' always 'OzWeather'... apparently I made a typo somewhere back before...well, before Github was even a thing! If it will create problems I can change it back, but it's just niggled at me for like 15 years and suddenly I felt like fixing it. I figured if the addon ID was the same it would just be a cosmetic thing to correct the name, but maybe that is wrong?
Add-on details:
General
Code location
Weather forecasting and radar images for Australia using Bureau of Meteorology data. For full features (animated radars & ABC weather videos) - make sure you install the replacement skin files - see information at the addon wiki (https://kodi.wiki/index.php?title=Add-on:Oz_Weather).
Description of changes:
v2.1.8
Checklist: