Skip to content

Commit

Permalink
fix fstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Aug 30, 2023
1 parent 9b78af5 commit 8543a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automate_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
)

0 comments on commit 8543a6e

Please sign in to comment.