Skip to content

Commit

Permalink
Update forecasttools/recode_locations.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan H. Morris <[email protected]>
  • Loading branch information
AFg6K7h4fhy2 and dylanhmorris authored Nov 12, 2024
1 parent fff5dad commit 4a44ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forecasttools/recode_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def loc_abbr_to_hubverse_code(
difference = location_values.difference(valid_values)
if difference:
raise ValueError(
f"Some values in {difference} (in col '{location_col}') are not valid jurisdictional codes."
f"The following values in '{location_col}') are not valid jurisdictional codes: {difference}."
)
# recode existing location abbreviations
# with location codes
Expand Down

0 comments on commit 4a44ebe

Please sign in to comment.