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 763e5ae commit 3e2fa49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satip/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,8 @@ def collate_files_into_latest(save_dir: str, use_hr_serviri: bool = False, use_i

log.debug(f"Collating HRV files {filename}")
if "s3" in save_dir:
files = add_backend_to_filenames(files, backend="s3") # Added backend prefix for hrv files
# Added backend prefix for hrv files
files = add_backend_to_filenames(files, backend="s3")
log.debug(files)
dataset = (
xr.open_mfdataset(
Expand Down

0 comments on commit 3e2fa49

Please sign in to comment.