Skip to content

Commit

Permalink
Fix typo in chronic_illness map
Browse files Browse the repository at this point in the history
  • Loading branch information
davereinhart committed Apr 9, 2024
1 parent 51bc1ad commit bc2beaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seattleflu/id3c/cli/command/etl/redcap_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def map_chronic_illness(illness_name: str):
'heart disease (heart failure or heart attack)': 'cvd',
'none of the above': 'none',
'do not know': 'dont_know',
'prefer not to say': 'don_say'
'prefer not to say': 'dont_say'
}

if illness_name.lower() not in illness_map:
Expand Down

0 comments on commit bc2beaf

Please sign in to comment.