Update sanitization mode logging
Changed the way sanitization mode is logged to use its value instead of the object directly. This improves clarity in the success message.
This commit is contained in:
@@ -90,6 +90,6 @@ def automate_function(
|
||||
|
||||
automate_context.mark_run_success(
|
||||
f"Parameters processed successfully with shield function "
|
||||
f"{function_inputs.sanitization_mode}"
|
||||
f"{function_inputs.sanitization_mode.value}"
|
||||
f"{' running in strict mode' if function_inputs.strict_mode else ''}."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user