Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketsinghrawat committed Jan 2, 2024
1 parent bf2dfeb commit fdab988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather_mv/loader_pipeline/regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def apply(self, uri: str):
return

if path_exists(self.target_from(uri), self.force_regrid):
logger.info(f"Skipping {uri}")
logger.info(f"Skipping {uri}.")
return

with _metview_op():
Expand Down

0 comments on commit fdab988

Please sign in to comment.