Skip to content

Commit

Permalink
support catch_any_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato committed Apr 4, 2024
1 parent af3b06a commit 7a0a3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydumpling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from __future__ import absolute_import, division, print_function, unicode_literals

from .rpdb import r_post_mortem
from .helpers import catch_any_exception
from .debug_dumpling import debug_dumpling, load_dumpling
from .pydumpling import save_dumping, dump_current_traceback, __version__


__version__ == __version__
__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem"]
__all__ = ["debug_dumpling", "load_dumpling", "save_dumping", "dump_current_traceback", "r_post_mortem", "catch_any_exception"]

0 comments on commit 7a0a3e2

Please sign in to comment.