We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb333 commit bb66e62Copy full SHA for bb66e62
main.py
@@ -59,7 +59,7 @@ def automate_function(
59
# this is how a run is marked with a failure cause
60
automate_context.attach_error_to_objects(
61
category="Forbidden speckle_type"
62
- " ({function_inputs.forbidden_speckle_type})",
+ f" ({function_inputs.forbidden_speckle_type})",
63
object_ids=[o.id for o in objects_with_forbidden_speckle_type if o.id],
64
message="This project should not contain the type: "
65
f"{function_inputs.forbidden_speckle_type}",
0 commit comments