Skip to content

Commit

Permalink
Update pyrenew_hew/util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer authored Feb 11, 2025
1 parent 2b3b881 commit 0b4c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrenew_hew/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def hew_letters_from_flags(
f"{'e' if fit_ed_visits else ''}"
f"{'w' if fit_wastewater else ''}"
)
if result:
if not result:
result = "null"
return result

Expand Down

0 comments on commit 0b4c4d7

Please sign in to comment.