Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 1, 2022
1 parent bba611c commit 1747334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions satip/eumetsat.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ def create_and_download_datatailor_data(
out,
) as stream, open(os.path.join(self.data_dir, stream.name), mode="wb") as fdst:
shutil.copyfileobj(stream, fdst)
logger.debug(f'Saved file to {fdst}')
try:
logger.info(f"Deleting job {jobID} from Data Tailor storage")
customisation.delete()
Expand Down

0 comments on commit 1747334

Please sign in to comment.