formatting fix

This commit is contained in:
Jakub Trllo 2025-05-09 10:59:23 +02:00
parent 131b4fb619
commit 5f18f638d3

View file

@ -597,7 +597,9 @@ class ActionsModel:
)
else:
self.log.warning(f"Unknown webaction response type '{response_type}'")
self.log.warning(
f"Unknown webaction response type '{response_type}'"
)
response.error_message = "Unknown webaction response type."
return response