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

typo

parent 66fa1376
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment