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 Aug 5, 2024
1 parent d047c6e commit eb80e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions w2w/w2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,9 +1333,9 @@ def create_lcz_params_file(
'information in WRF [Computer software]. \n'
'https://github.com/matthiasdemuzere/w2w'
)
dst_final.attrs[
'DESCRIPTION'
] = f'W2W.py tool used to create geo_em*.nc file:\n {gh_ref}'
dst_final.attrs['DESCRIPTION'] = (
f'W2W.py tool used to create geo_em*.nc file:\n {gh_ref}'
)

# Save back to file
if os.path.exists(info.dst_lcz_params_file):
Expand Down

0 comments on commit eb80e2e

Please sign in to comment.