Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Don't show message for ellipsis #4

Open
davidwagner opened this issue Sep 21, 2021 · 0 comments
Open

Don't show message for ellipsis #4

davidwagner opened this issue Sep 21, 2021 · 0 comments

Comments

@davidwagner
Copy link
Member

The exception

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:

  1. 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.

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

No branches or pull requests

1 participant