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

There are cases where this check stack traces #197

Merged
merged 1 commit into from
May 8, 2017

Conversation

thekad
Copy link
Contributor

@thekad thekad commented Apr 21, 2017

For example, if you're trying to compare a MarathonObject with None or
str() those won't have the __dict__ attribute. Another approach was
to test if the __dict__ attribute was part of other but it introspection
feels a bit more off than this.

For example, if you're trying to compare a MarathonObject with ``None`` or
``str()`` those won't have the ``__dict__`` attribute. Another approach was
to test if the ``__dict__`` attribute was part of ``other`` but it introspection
feels a bit more off than this.
@solarkennedy solarkennedy merged commit 099b0f9 into thefactory:master May 8, 2017
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

Successfully merging this pull request may close these issues.

3 participants