From 5139a2732753c7e2bbf5ca4a7671c8773420145c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 19 Jan 2023 14:40:02 -0500 Subject: [PATCH] Fix profiler f-strings --- piker/ui/_display.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 95fbb93a..4ec8447d 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -120,7 +120,7 @@ def multi_maxmin( ) = out if profiler: - profiler('fast_viz.maxmin({read_slice})') + profiler(f'fast_viz.maxmin({read_slc})') mn, mx = yrange @@ -141,7 +141,7 @@ def multi_maxmin( mx_vlm_in_view = mxmn[1] if profiler: - profiler('vlm_viz.maxmin({read_slc})') + profiler(f'vlm_viz.maxmin({read_slc})') return ( mx,