From 8543a6e68d054476300ed4c39f5a96ea747f472c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Wed, 30 Aug 2023 07:51:24 +0000 Subject: [PATCH] fix fstring --- automate_function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automate_function.py b/automate_function.py index 80ca46f..b13f4b4 100644 --- a/automate_function.py +++ b/automate_function.py @@ -41,5 +41,5 @@ def automate_function( print( f"Found {count} object that match the queried speckle type: ", - "{function_inputs.speckle_type_to_count}", + f"{function_inputs.speckle_type_to_count}", )