Merge lp://staging/~samuel-buffet/entertainer/bug_363066 into lp://staging/entertainer
Proposed by
Samuel Buffet
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Paul Hummer | ||||
Approved revision: | 365 | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~samuel-buffet/entertainer/bug_363066 | ||||
Merge into: | lp://staging/entertainer | ||||
Diff against target: | None lines | ||||
To merge this branch: | bzr merge lp://staging/~samuel-buffet/entertainer/bug_363066 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matt Layman | Approve | ||
Jamie Bennett (community) | Approve | ||
Review via email: mp+5746@code.staging.launchpad.net |
Commit message
Fixed an indentation in weather code to compensate for situations where location is not specified (fixes bug #363066)
To post a comment you must log in.
Hi,
A fix for Bug #363066.
It turned out that the code was already taking care of the case where no location is specified for weather forecasts.
But, because of an indentation error, we were still trying to display forecasts day per day even if the test *location == ''* was True.
Samuel-