forked from juju/python-libjuju
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid ignoring asyncio exceptions in coroutines
Exceptions that happen when a coroutine is being destroyed are ignored, but they cause backround noise such as "Exception ignored in coroutine ..." exceptions etc. This change tries to propogate the exceptions so that the asyncio base handler itself can ignore the exception as an attempt to get rid of that exception ignored noise in test outputs etc. Should fix juju#657
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters