Skip to content

Commit

Permalink
Update tcmpr_config.py
Browse files Browse the repository at this point in the history
Fixing sonar qube complaint
  • Loading branch information
hankenstein2 authored May 29, 2024
1 parent 96d3631 commit 7854a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplotpy/plots/tcmpr_plots/tcmpr_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _get_hfip_bsln(self) -> str:
"""

hfip_bsln = str(self.get_config_value('hfip_bsln'))
hfip_bsln.lower()
hfip_bsln_lower = hfip_bsln.lower()


# Validate that hfip_bsln is one of the following; (no, 0, 5, 10 year goal)
Expand Down

0 comments on commit 7854a76

Please sign in to comment.