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

Fixed infinite recursion in #89 #94

Merged
merged 1 commit into from
Apr 5, 2015
Merged

Fixed infinite recursion in #89 #94

merged 1 commit into from
Apr 5, 2015

Conversation

mkoval
Copy link
Member

@mkoval mkoval commented Apr 5, 2015

robot.planner or robot.actions not being defined caused infinite recursion in __getattr__. This patch explicitly checks for those attributes before querying them.

This fixes #89.

robot.planner or robot.actions not being defined caused infinite
recursion in __getattr__. This patch explicitly checks for those
attributes before querying them.
mkoval added a commit that referenced this pull request Apr 5, 2015
@mkoval mkoval merged commit 8f62401 into master Apr 5, 2015
@mkoval mkoval deleted the bugfix/89 branch April 5, 2015 06:36
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.

Maximum recursion depth exceeded error
1 participant