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

Objects lose attributes? #37

Open
kronosapiens opened this issue Aug 22, 2014 · 0 comments
Open

Objects lose attributes? #37

kronosapiens opened this issue Aug 22, 2014 · 0 comments

Comments

@kronosapiens
Copy link

I'm running into a strange bug -- my classes and objects will periodically forget their attributes, with the attributes being replaces with the relevant query fields.

For example,

>>> object.name
>>> 'name'

Becomes

>>>object.name
>>>QueryField(name)

I can fix the problem by re-importing the class, but that seems like a pretty bad solution. I haven't been able to pin this to any specific behavior on my end -- it happens every time, after some irregular length of time.

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