mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 19:01:08 +00:00
piuparts: Properly discard the URL for testing
The PiupartsPolicy does not use the report URL for testing, so we do not need to store it in memory. Unfortunately, the logic was broken and the discard did not happen. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
bda39f8ca0
commit
c195268019
@ -613,7 +613,7 @@ class PiupartsPolicy(BasePolicy):
|
||||
item = next(iter(suite_data.values()))
|
||||
state, _, url = item
|
||||
if not keep_url:
|
||||
keep_url = None
|
||||
url = None
|
||||
summary[source] = (state, url)
|
||||
|
||||
return summary
|
||||
|
Loading…
x
Reference in New Issue
Block a user