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

Fix new pep8 issue in legend_demo5 #5844

Merged
merged 1 commit into from Jan 13, 2016

Conversation

jenshnielsen
Copy link
Member

This should fix the issue reported in #5840

@@ -41,7 +41,7 @@ def create_artists(self, legend, orig_handle,
lw = orig_handle.get_linewidths()[i]
except IndexError:
lw = orig_handle.get_linewidths()[0]
if dashes[0] != None:
if dashes[0] is not None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh, I could have sworn we hunted all of these down awhile ago... merging

WeatherGod added a commit that referenced this pull request Jan 13, 2016
Fix new pep8 issue in legend_demo5
@WeatherGod WeatherGod merged commit 52b711f into matplotlib:v1.5.x Jan 13, 2016
@jenshnielsen
Copy link
Member Author

It seems like the new version of the pep8 package caught this one and now causes the mainline branches to fail on travis.

@jenshnielsen jenshnielsen deleted the pep8leg5 branch January 13, 2016 15:09
@QuLogic QuLogic added this to the Critical bug fix release (1.5.2) milestone Jan 13, 2016
@QuLogic
Copy link
Member

QuLogic commented Feb 23, 2016

Cherry-picked as 4e3bf78 to v1.5.1-doc because the Travis doc build has been failing for a while on it.

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

4 participants