Skip to content

Fix bug in purple-list checks for Pythia

Spyros Argyropoulos requested to merge fixPurple into master

Description of bug

In the new check for the purple-listing implemented in !1759 (merged) the code would crash if pl_reason was none.

Changes introduced

Before checking if CKKW is in pl_reason check if pl_reason actually exists (i.e. the release is actually purple-listed)

Tests

Before fix

Screenshot_2022-05-06_at_10.51.00

After fix

Screenshot_2022-05-06_at_10.51.17

Issues resolved

Issue in !1811 (merged)

Merge request reports