Skip to content

Commit

Permalink
Clarified default end_state_reason
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Aug 13, 2024
1 parent 7143320 commit aa9ad3d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit aa9ad3d

Please sign in to comment.