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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: