Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 12, 2024
1 parent bf78ec0 commit 4758565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w2w/w2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
dest='wrf_version',
help=(
f'Expected WRF version numbers:\n- '
f"{bullet_list.join(WRF_VERSIONS_DICT.keys())}"
f'{bullet_list.join(WRF_VERSIONS_DICT.keys())}'
f'\nNote: in case you use a version older than v4.3, please specify v4.3\n'
),
choices=(WRF_VERSIONS_DICT.keys()),
Expand Down

0 comments on commit 4758565

Please sign in to comment.