From 1c5141f4c62c3cd2e18553c3faae96a0d994b22a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 18 Dec 2022 14:38:28 -0500 Subject: [PATCH] Fix f-str in duplicate frame msg print --- piker/data/feed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/data/feed.py b/piker/data/feed.py index c2c46bcc..aa2a6bad 100644 --- a/piker/data/feed.py +++ b/piker/data/feed.py @@ -405,7 +405,7 @@ async def start_backfill( if next_start_dt in starts: start_dt = min(starts) - print("SKIPPING DUPLICATE FRAME @ {next_start_dt}") + print(f"SKIPPING DUPLICATE FRAME @ {next_start_dt}") continue # only update new start point if not-yet-seen