Skip to content
New issue

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

Runtime warning from missing await #459

Open
johnmacnamararseg opened this issue Feb 8, 2024 · 2 comments
Open

Runtime warning from missing await #459

johnmacnamararseg opened this issue Feb 8, 2024 · 2 comments

Comments

@johnmacnamararseg
Copy link
Contributor

johnmacnamararseg commented Feb 8, 2024

Getting a Runtime Warning when calling rm. Seems like just need to add await in front on delete_blob here

Error message: spec.py:1223: RuntimeWarning: coroutine 'ContainerClient.delete_blob' was never awaited

Appears this block was recently changed in this PR

@johnmacnamararseg
Copy link
Contributor Author

Ill open a PR with a fix

@johnmacnamararseg
Copy link
Contributor Author

johnmacnamararseg commented Feb 8, 2024

PR #460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant