fix fstring

This commit is contained in:
Gergő Jedlicska
2023-08-30 07:51:24 +00:00
parent 9b78af538b
commit 8543a6e68d
+1 -1
View File
@@ -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}",
)