We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the utils.run_with_interrupt is ever called with log=None,
utils.run_with_interrupt
log=None
python-libjuju/juju/utils.py
Lines 146 to 161 in 43becc4
then it'll cause the jasyncio.create_task_with_handler
jasyncio.create_task_with_handler
python-libjuju/juju/jasyncio.py
Line 49 in 43becc4
to break at the following line if the wrapped task raises an exception:
Line 75 in 43becc4
PR to follow with a small fix.
The text was updated successfully, but these errors were encountered:
Fix for small bug in task handling
de22733
Fixes juju#588
Merge pull request #589 from cderici/fix-potential-bug-task-handling
a5ff411
#589 #### Description This fixes a potential intermittent bug in task handling. Fixes #588 #### QA Steps ```sh N/A ``` #### Notes & Discussion
Successfully merging a pull request may close this issue.
If the
utils.run_with_interrupt
is ever called withlog=None
,python-libjuju/juju/utils.py
Lines 146 to 161 in 43becc4
then it'll cause the
jasyncio.create_task_with_handler
python-libjuju/juju/jasyncio.py
Line 49 in 43becc4
to break at the following line if the wrapped task raises an exception:
python-libjuju/juju/jasyncio.py
Line 75 in 43becc4
PR to follow with a small fix.
The text was updated successfully, but these errors were encountered: