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

Mistyped assignment operator, table_schema_field_response #40

Open
camille-s opened this issue Dec 17, 2020 · 0 comments
Open

Mistyped assignment operator, table_schema_field_response #40

camille-s opened this issue Dec 17, 2020 · 0 comments

Comments

@camille-s
Copy link

Hi, I'm checking the schema of a dataset, looked at the source code, and found what I'm pretty sure is a bug:

class(me) <= "table_schema_field_response"

That should be class(me) <- ..., right? Calling the function as it is on a schema field returns a value whose class is just list, rather than table_schema_field_response.

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