Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 23, 2024
1 parent 49c3c7b commit 578532c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bbot/core/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,7 @@ async def finished_tasks(self, tasks, timeout=None):
return done
except BaseException as e:
if isinstance(e, (TimeoutError, asyncio.exceptions.TimeoutError)):
self.log.warning(
f"{self.name}: Timeout after {timeout:,} seconds in finished_tasks({tasks})"
)
self.log.warning(f"{self.name}: Timeout after {timeout:,} seconds in finished_tasks({tasks})")
for task in tasks:
task.cancel()
else:
Expand Down

0 comments on commit 578532c

Please sign in to comment.