Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
syncblaze authored Nov 8, 2024
1 parent 742e1bd commit 00c439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ async def _loop(self) -> None:

if self._max_failures <= 0:
LOGGER.error(

Check warning on line 318 in lightbulb/tasks.py

View check run for this annotation

Codecov / codecov/patch

lightbulb/tasks.py#L318

Added line #L318 was not covered by tests
"Execution of tast %r failed", self._func.__name__, exc_info=(type(e), e, e.__traceback__)
"Execution of task %r failed", self._func.__name__, exc_info=(type(e), e, e.__traceback__)
)
continue

Expand Down

0 comments on commit 00c439f

Please sign in to comment.