Skip to content
Snippets Groups Projects
Commit fe62c51c authored by Alan De Smet's avatar Alan De Smet
Browse files

Merge branch 'master' into example

parents 357857ad 874ea57a
No related branches found
No related tags found
No related merge requests found
......@@ -860,7 +860,7 @@ class Downloader:
if time < start_time:
logging.warning("Cache update requested for range {start_time} through {end_time}, but the preceeding available time is {time}, which is before {start_time}. Nothing will happen.")
logging.info("Attempting to cache data for processing between {start_time} and {end_time}")
logging.info(f"Attempting to cache data for processing between {start_time} and {end_time}")
filesets_list_list = self.get_cache_filesets(start_time, end_time)
timeout = self.get_timeout(timeout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment