Skip to content
Snippets Groups Projects

CPAlgorithms: bugfix in ConfigAccumulator

Merged Baptiste Ravina requested to merge ravinab/athena:ravinab-main-patch-9e37 into main

The excludeFrom argument introduced in !68653 (merged) leads to a crash when it is left to its default value of None, as that one is then set to {} which in Python3 is the empty dictionary - and not the empty set, which is the expected type of excludeFrom.

Merge request reports

Pipeline #6884019 passed

Pipeline passed for a0b4480a on ravinab:ravinab-main-patch-9e37

Approval is optional

Merged by Vakhtang TsulaiaVakhtang Tsulaia 1 year ago (Feb 13, 2024 7:14pm UTC)

Merge details

  • Changes merged into main with f46fcd97.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading