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}", )