Skip to content

Commit 56d08bc

Browse files
author
Andrei Neagu
committed
revert
1 parent fc15d6b commit 56d08bc

File tree

1 file changed

+1
-2
lines changed
  • packages/service-library/src/servicelib/long_running_tasks

1 file changed

+1
-2
lines changed

packages/service-library/src/servicelib/long_running_tasks/task.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636

3737
async def _await_task(task: asyncio.Task) -> None:
38-
with log_catch(_logger):
39-
await task
38+
await task
4039

4140

4241
def _get_tasks_to_remove(

0 commit comments

Comments
 (0)