Skip to content

Commit a83ea71

Browse files
committed
fixed error format
1 parent e7ecc4d commit a83ea71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/cloudshell/iac/terraform/services/sandbox_messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ def _format_message(self, service_name, message):
1919
return '{0} {1}'.format(service_name, message)
2020

2121
def write_error_message(self, message: str):
22-
prefix = f'<span style="text-transform:lowercase"><p style="display:inline"><font color="red">'
23-
postfix = '</font></p></span>'
22+
prefix = f'<font color="red">'
23+
postfix = '</font>'
2424
self.write_message(message, prefix, postfix)

0 commit comments

Comments
 (0)