Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Dec 4, 2024
1 parent a4a0ed7 commit ea2225a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/HABApp/core/internals/wrapped_function/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from HABApp.core.internals.wrapped_function.base import WrappedFunctionBase


# isort: split

from HABApp.core.internals.wrapped_function.wrapper import wrap_func
2 changes: 1 addition & 1 deletion src/HABApp/core/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def f(*args, **kwargs):


class ExceptionToHABApp:
def __init__(self, logger: Logger | None = None, log_level: int = logging.ERROR,
def __init__(self, logger: Logger | None = None, log_level: int = logging.ERROR, *,
ignore_exception: bool = True) -> None:
self.log: Logger | None = logger
self.log_level = log_level
Expand Down

0 comments on commit ea2225a

Please sign in to comment.