Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs committed Dec 20, 2024
1 parent c3b0215 commit 676e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/partners/taskweaver_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def handle_post(self, type: PostEventType, msg: str, extra: Any, post_id: str, r
},
)
)

self._attachment_buffer[attachment_id]["content"] += str(msg)

Check warning on line 117 in agentops/partners/taskweaver_event_handler.py

View check run for this annotation

Codecov / codecov/patch

agentops/partners/taskweaver_event_handler.py#L117

Added line #L117 was not covered by tests

if is_end:
Expand Down

0 comments on commit 676e6ca

Please sign in to comment.