Skip to content

Commit 10f082d

Browse files
author
Federico Ceratto
committed
Minor formatting fix
1 parent 9b336ba commit 10f082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

af/fastpath/fastpath/s3feeder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ def stream_cans(conf, start_day: date, end_day: date) -> Generator[MsmtTup, None
225225
day += timedelta(days=1)
226226

227227
if end_day:
228-
log.info("Reached {end_day}, stream_cans finished")
228+
log.info(f"Reached {end_day}, streaming cans from S3 finished")
229229
return

0 commit comments

Comments
 (0)