Skip to content

Commit

Permalink
Release version 0.0.0.dev39
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 25, 2024
1 parent b0631b4 commit 9ac161b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev38"
version = "0.0.0.dev39"
name = "LoggerMan"
dependencies = [
"MDit == 0.0.0.dev12",
Expand Down
4 changes: 0 additions & 4 deletions src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,9 @@ def exception_handler(section_handler, e, func, args, kwargs):
exc_handler = handler_specs
handler_kwargs = {}
to_raise, return_val = exc_handler(self, e, func, args, kwargs, **handler_kwargs)
if title:
self.section_end()
if to_raise:
raise to_raise
return return_val
if title:
self.section_end()
raise e

handler = handler or {}
Expand Down

0 comments on commit 9ac161b

Please sign in to comment.