feat: reduce log message context for object results
This commit is contained in:
Родитель
dbe3d759f6
Коммит
04764b17eb
|
@ -405,8 +405,8 @@ class AutomationContext:
|
|||
else:
|
||||
id_list = [object_ids]
|
||||
print(
|
||||
f"Object {', '.join(id_list)} was marked with {level.value.upper()}",
|
||||
f"/{category} cause: {message}",
|
||||
f"Created new {level.value.upper()}"
|
||||
f" category: {category} caused by: {message}"
|
||||
)
|
||||
self._automation_result.object_results.append(
|
||||
ResultCase(
|
||||
|
|
Загрузка…
Ссылка в новой задаче