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
Getting a Runtime Warning when calling rm. Seems like just need to add await in front on delete_blob here
rm
delete_blob
Error message: spec.py:1223: RuntimeWarning: coroutine 'ContainerClient.delete_blob' was never awaited
spec.py:1223: RuntimeWarning: coroutine 'ContainerClient.delete_blob' was never awaited
Appears this block was recently changed in this PR
The text was updated successfully, but these errors were encountered:
Ill open a PR with a fix
Sorry, something went wrong.
PR #460
No branches or pull requests
Getting a Runtime Warning when calling
rm
. Seems like just need to add await in front ondelete_blob
hereError message:
spec.py:1223: RuntimeWarning: coroutine 'ContainerClient.delete_blob' was never awaited
Appears this block was recently changed in this PR
The text was updated successfully, but these errors were encountered: