Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 5, 2024
1 parent af11e8d commit 8f40147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions satip/eumetsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def _download_single_tailored_dataset(
"""

SEVIRI = "HRSEVIRI"
SEVIRI_HRV = "HRSEVIRI_HRV"
#SEVIRI_HRV = "HRSEVIRI_HRV"
RSS_ID = "HRSEVIRI_RSS"
CLM_ID = "MSGCLMK"

Expand Down Expand Up @@ -688,7 +688,8 @@ def create_and_download_datatailor_data(
log.debug(f"Attempt {attempt}: Created customisation {customisation}")
break
except Exception as e:
log.debug(f"Attempt {attempt}: Error creating customisation: {e}, {dataset_id=}, {chain=}")
log.debug(f"Attempt {attempt}: Error creating customisation: {e}, "
f"{dataset_id=}, {chain=}")
else:
log.debug(
f"Attempt {attempt}: Too many running customisations. "
Expand Down

0 comments on commit 8f40147

Please sign in to comment.