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

Handle prop=None case in AnchoredText.__init__() #2285

Merged
merged 1 commit into from Aug 12, 2013

Conversation

lpsinger
Copy link
Contributor

@lpsinger lpsinger commented Aug 7, 2013

The line propkeys = prop.keys() will raise an AttributeError if prop
has its default value of None.

The line `propkeys = prop.keys()` will raise an AttributeError if `prop`
has its default value of None.
pelson added a commit that referenced this pull request Aug 12, 2013
Handle prop=None case in AnchoredText.__init__()
@pelson pelson merged commit 2c46c0a into matplotlib:master Aug 12, 2013
@pelson
Copy link
Member

pelson commented Aug 12, 2013

Thanks @lpsinger.

@lpsinger lpsinger deleted the prop_none_anchoredtext_init branch August 12, 2013 10:48
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.

None yet

2 participants