Skip to content

Commit

Permalink
Fix autopep8 corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
garlic-os committed Jul 7, 2024
1 parent 23eb9b3 commit b237406
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/RAiDER/cli/raider.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,10 @@ def calcDelays(iargs=None):
# log when something else happens and then re-raise the error
except Exception as e:
S, N, W, E = wm_bounds
logger.info(f'Weather model point bounds are {
S:.2f}/{N:.2f}/{W:.2f}/{E:.2f}')
logger.info(
'Weather model point bounds are'
f'{S:.2f}/{N:.2f}/{W:.2f}/{E:.2f}'
)
logger.info(f'Query datetime: {tt}')
msg = f'Downloading and/or preparation of {
model._Name} failed.'
Expand Down

0 comments on commit b237406

Please sign in to comment.