Skip to content

Commit 8356f4b

Browse files
author
George Papa
committed
Update assistant_utils.py
1 parent 09ff421 commit 8356f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jarvis/jarvis/assistant_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def wrapper(*args, **kwargs):
3939
except Exception as e:
4040
logger.error(func.__name__)
4141
traceback.print_exc(file=sys.stdout)
42-
4342
return wrapper
43+
return log
4444

4545

4646
@log

0 commit comments

Comments
 (0)