You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
AttributeError: 'ellipsis' object has no attribute 'show'
triggers a custom response that is not helpful. The custom response is:
It seems we have a AttributeError. AttributeErrors are usually because of:
Trying to get an attribute that doesn't exist, or misspelled, i.e a = Table().with_columns("Column 1", data) then calling a.num_row instead of a.num_rows
This is not helpful. In this case, we should not show any custom message.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The exception
triggers a custom response that is not helpful. The custom response is:
This is not helpful. In this case, we should not show any custom message.
The text was updated successfully, but these errors were encountered: