Skip to content

Commit

Permalink
Update src/pytroll_watchers/dataspace_watcher.py
Browse files Browse the repository at this point in the history
Co-authored-by: Panu Lahtinen <[email protected]>
  • Loading branch information
mraspaud and pnuu authored Apr 18, 2024
1 parent 0478a10 commit 28b0dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytroll_watchers/dataspace_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def file_generator(filter_string,
yield s3path, metadata
logger.info("Finished polling.")
if next_check > datetime.datetime.now(datetime.timezone.utc):
logger.info(f"next iteration at {next_check}")
logger.info(f"Next iteration at {next_check}")

Check warning on line 84 in src/pytroll_watchers/dataspace_watcher.py

View check run for this annotation

Codecov / codecov/patch

src/pytroll_watchers/dataspace_watcher.py#L84

Added line #L84 was not covered by tests


def run_every(interval):
Expand Down

0 comments on commit 28b0dfc

Please sign in to comment.