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

Error when trying to access the property __dict__ of an object that hasn't one. #149

Open
ArthurPaiva96 opened this issue Jul 21, 2023 · 0 comments
Labels

Comments

@ArthurPaiva96
Copy link
Collaborator

If a script has an object that hasn't the property dict, for example, a dtype, an error happens in the function "def full_member_lookup(self, collection, vcontainer, vindex, value, depa)" of the file "now/collection/prov_execution/collector.py". This occurs in the line "if vindex in vcontainer.dict:" when the code tries to access a property that doesn't exist.

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

No branches or pull requests

2 participants