Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloarosado committed Dec 22, 2024
1 parent 0363c1f commit 2fc6b51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etl/steps/data/garden/animal_welfare/2024-12-17/fur_laws.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def prepare_fur_farming_ban_status(tb: Table) -> Table:
# Check that when phase out is "YES", the ban status is empty.
####################################################################################################################
# For Belgium, both columns "Fur farming ban" and "Phase-out due to stricter regulations" are "YES".
# This happens in the google sheet, but not in the PDF (where only "Fur farming ban" is "YES").
# So I assume the PDF is correct.
# In this case, assume the stronger status, which is banned.
# NOTE: I confirmed this with Fur Free Alliance.
error = (
"Expected Belgium to have both a fur farming ban and a phase out due to stricter regulations. "
Expand Down

0 comments on commit 2fc6b51

Please sign in to comment.