Skip to content

Commit

Permalink
Merge branch 'main' into anthropic-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs authored Aug 15, 2024
2 parents ed1da54 + 9a50c75 commit aa2d924
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 677 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test Notebooks
on:
workflow_dispatch: # Allows manual triggering
pull_request_target: # Allows manual triggering from PR UI
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
test-notebooks:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion agentops/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def handle_exception(exc_type, exc_value, exc_traceback):
atexit.register(
lambda: cleanup(
end_state="Indeterminate",
end_state_reason="Process exited without calling end_session()",
end_state_reason="N/A (process exited without calling agentops.end_session(...))",
)
)
signal.signal(signal.SIGINT, signal_handler)
Expand Down
Loading

0 comments on commit aa2d924

Please sign in to comment.