Skip to content
Snippets Groups Projects
Commit a34140e3 authored by Erik Reid's avatar Erik Reid
Browse files

typo

parent 66fa1376
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ def log_task_entry_and_exit(f):
def _w(*args, **kwargs):
logger.debug(f'>>> {f.__name__}{args}')
try:
return f(*args, *kwargs)
return f(*args, **kwargs)
finally:
logger.debug(f'<<< {f.__name__}{args}')
return _w
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment