-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AttributeError: 'str' object has no attribute 'awrite_path' #16486
Labels
bug
Something isn't working
Comments
A see crash code: if hasattr(block, f"a{method}"): # explicit async method
return await getattr(block.__class__.__name__, f"a{method}")(*args, **kwargs)
if hasattr(block, f"a{method}"): # explicit async method
return await getattr(block, f"a{method}")(*args, **kwargs) |
oof @tonal you are totally right - I'll get a PR up for that and we'll get that released as soon as possible! sorry about that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug summary
Version info
The text was updated successfully, but these errors were encountered: