mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
formatting fix
This commit is contained in:
parent
131b4fb619
commit
5f18f638d3
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue