Skip to content

Commit

Permalink
Merge pull request #318 from specklesystems/gergo/markLogs
Browse files Browse the repository at this point in the history
feat: reduce log message context for object results
  • Loading branch information
gjedlicska authored Nov 13, 2023
2 parents dbe3d75 + 04764b1 commit f6917b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/speckle_automate/automation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ def attach_result_to_objects(
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(
Expand Down

0 comments on commit f6917b0

Please sign in to comment.