Skip to content

Commit f009156

Browse files
committed
fixing minor etl constraint inconsistency
1 parent c40abf3 commit f009156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policyengine_us_data/db/etl_national_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def load_national_targets(
599599
constraint_value = "0"
600600
elif constraint_var == "ssn_card_type":
601601
stratum_notes = "National Undocumented Population"
602-
constraint_operation = "="
602+
constraint_operation = "=="
603603
constraint_value = cond_target.get("constraint_value", "NONE")
604604
else:
605605
stratum_notes = f"National {constraint_var} Recipients"

0 commit comments

Comments
 (0)