Skip to content

Commit

Permalink
Clarified default end_state_reason (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG authored Aug 14, 2024
1 parent 501487c commit 58d9a47
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 58d9a47

Please sign in to comment.