ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Update error handling in python_module.cpp

Open G-D-Petrov opened this issue 1 month ago • 0 comments

Change error handling message from 'Aborting' to 'Exiting' and replace std::abort() with return.

Reference Issues/PRs

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes...
  • [ ] Have you updated the relevant docstrings, documentation and copyright notice?
  • [ ] Is this contribution tested against all ArcticDB's features?
  • [ ] Do all exceptions introduced raise appropriate error messages?
  • [ ] Are API changes highlighted in the PR description?
  • [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

G-D-Petrov avatar Oct 09 '25 12:10 G-D-Petrov