fix: tolerate damaged contribution files

This commit is contained in:
Marcel Peterkau
2026-06-21 17:50:56 +02:00
parent 4bc1a8a200
commit 55bc3b666e
10 changed files with 87 additions and 4 deletions
@@ -12,6 +12,8 @@ CENT = Decimal("0.01")
def evaluate(context: RuleContext):
if context.contributions_error:
return []
member = context.member
if member.honorary or member.status not in CONTRIBUTION_STATUSES:
return []