Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
linakrisztian committed Sep 4, 2024
1 parent 9ffe277 commit 97dd71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r.in.wcs.worker/r.in.wcs.worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def main():
grass.warning(
_(
f"Broken tif downloaded, with error {gdalinfo_err}."
" Try to re-download. "
f"Retry {num_retry_unstable_connection}/{num_retry_max} ..."
" Try to re-download. Retry "
f"{num_retry_unstable_connection}/{num_retry_max} ..."
)
)
sleep(5)
Expand Down

0 comments on commit 97dd71f

Please sign in to comment.